Do the curl trick in the upload job too
This commit is contained in:
@@ -288,6 +288,7 @@ upload_job:
|
|||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch
|
||||||
script:
|
script:
|
||||||
- !reference [.commands, strip_tag]
|
- !reference [.commands, strip_tag]
|
||||||
|
- apt remove libcurl4 -y
|
||||||
- apt-get update && apt-get -y install zip curl
|
- apt-get update && apt-get -y install zip curl
|
||||||
- |
|
- |
|
||||||
zip -r Fabrication/All.zip Fabrication/
|
zip -r Fabrication/All.zip Fabrication/
|
||||||
|
|||||||
Reference in New Issue
Block a user