Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Letha Bae
Medieval Quidditch
Commits
0ef8616b
Commit
0ef8616b
authored
2 years ago
by
Letha Bae
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml file
parent
697139f5
main
V1.0.0
No related merge requests found
Pipeline
#451
passed with stages
in 1 minute and 44 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-1
.gitlab-ci.yml
with
4 additions
and
1 deletion
+4
-1
.gitlab-ci.yml
+
4
-
1
View file @
0ef8616b
...
...
@@ -3,6 +3,8 @@ stages:
-
upload
-
release
variables
:
GIT_SSL_NO_VERIFY
:
"
1"
build
:
...
...
@@ -11,7 +13,8 @@ build:
-
if
:
$CI_COMMIT_TAG
script
:
-
cd ./
-
zip -r ${CI_PROJECT_NAME}.zip *upk *udk
-
rename 's/\.udk/\.upk/' *
-
zip -r ${CI_PROJECT_NAME}.zip *upk
artifacts
:
paths
:
-
${CI_PROJECT_NAME}.zip
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help