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
Sizzs Building
Commits
ecf5f1f5
Commit
ecf5f1f5
authored
2 years ago
by
Letha Bae
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml file
parent
18a6c4f3
Pipeline
#465
passed with stages
in 15 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 @
ecf5f1f5
...
...
@@ -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