Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
wrathofkhan
VuhDo
Commits
93f810a8
Commit
93f810a8
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
44149490
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
.gitlab-ci.yml
.gitlab-ci.yml
+8
-4
No files found.
.gitlab-ci.yml
View file @
93f810a8
...
...
@@ -13,7 +13,8 @@ build:
-
web
script
:
-
cd .release
-
bash ./release.sh -d
-
chmod +x ./release.sh
-
./release.sh -d
artifacts
:
paths
:
-
.release/VuhDo/
...
...
@@ -28,7 +29,8 @@ curseforge:
url
:
https://www.curseforge.com/wow/addons/vuhdo
script
:
-
cd .release
-
bash ./release.sh -ocelzWHG
-
chmod +x ./release.sh
-
./release.sh -ocelzWHG
wowinterface
:
<<
:
*releases
...
...
@@ -38,7 +40,8 @@ wowinterface:
url
:
https://www.wowinterface.com/downloads/info14239-VuhDo.html
script
:
-
cd .release
-
bash ./release.sh -ocelzLHG
-
chmod +x ./release.sh
-
./release.sh -ocelzLHG
gitlab
:
<<
:
*releases
...
...
@@ -48,4 +51,5 @@ gitlab:
url
:
https://gitlab.vuhdo.io/vuhdo/vuhdo/releases
script
:
-
cd .release
-
bash ./release.sh -ocelzLWH
-
chmod +x ./release.sh
-
./release.sh -ocelzLWH
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment