Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Didaktik der Informatik
ovk-informatik
draftToCode
Commits
79043298
Commit
79043298
authored
Dec 17, 2019
by
Thiemo
Browse files
bugfix .gitlab-ci.yml
parent
3ff98a93
Pipeline
#29933
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
79043298
...
...
@@ -14,14 +14,5 @@ buildGame:
artifacts
:
paths
:
-
tool.tar.gz
deployGame
:
image
:
alpine:latest
stage
:
deploy
script
:
-
apk add --no-cache curl
-
curl -v --data-binary @game.tar.gz ${DEPLOY_URL}/${CI_PROJECT_NAME}?token=${DEPLOY_TOKEN} | cat
variables
:
GIT_STRATEGY
:
none
only
:
-
webpack
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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