Skip to content

Commit

Permalink
Fixed upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Dec 13, 2020
1 parent 14bcf1d commit 954b1e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitlab/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ build:

upload:
stage: upload
image: alpine:latest
image: curlimages/curl:latest
needs:
- build
dependencies:
- build
rules:
- if: $CI_COMMIT_TAG
script:
Expand Down
2 changes: 1 addition & 1 deletion .idea/jsonSchemas.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 954b1e2

Please sign in to comment.