Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
python-compile
Commits
4fb5d0fa
Commit
4fb5d0fa
authored
Jun 15, 2020
by
EKbfh
🐼
Browse files
Add sha1sums
parent
aaddb3c0
Pipeline
#24183
passed with stages
in 36 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4fb5d0fa
...
...
@@ -82,15 +82,13 @@ compile_RedHat:
image
:
registry.getnoc.com/infrastructure/s3helper:master
before_script
:
-
sha1sum python${PYTHON_VERSION_3_8}.tar.gz > python${PYTHON_VERSION_3_8}.tar.gz_SHA1SUMS
script
:
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.* cdn/$S3_BUCKET/repo/RedHat/7/
tags
:
-
docker
upload_RedHat
:
extends
:
.base_upload
script
:
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.
tar.gz
cdn/$S3_BUCKET/repo/RedHat/7/
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.
*
cdn/$S3_BUCKET/repo/RedHat/7/
needs
:
-
job
:
compile_RedHat
artifacts
:
true
...
...
@@ -98,7 +96,7 @@ upload_RedHat:
upload_Debian10
:
extends
:
.base_upload
script
:
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.
tar.gz
cdn/$S3_BUCKET/repo/Debian/10/
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.
*
cdn/$S3_BUCKET/repo/Debian/10/
needs
:
-
job
:
compile_Debian_10
artifacts
:
true
...
...
@@ -106,7 +104,7 @@ upload_Debian10:
upload_Debian9
:
extends
:
.base_upload
script
:
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.
tar.gz
cdn/$S3_BUCKET/repo/Debian/9/
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.
*
cdn/$S3_BUCKET/repo/Debian/9/
needs
:
-
job
:
compile_Debian_9
artifacts
:
true
...
...
@@ -114,7 +112,7 @@ upload_Debian9:
upload_Ubuntu16
:
extends
:
.base_upload
script
:
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.
tar.gz
cdn/$S3_BUCKET/repo/Debian/16/
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.
*
cdn/$S3_BUCKET/repo/Debian/16/
needs
:
-
job
:
compile_Ubuntu_16
artifacts
:
true
...
...
@@ -122,7 +120,7 @@ upload_Ubuntu16:
upload_Ubuntu18
:
extends
:
.base_upload
script
:
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.
tar.gz
cdn/$S3_BUCKET/repo/Debian/18/
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.
*
cdn/$S3_BUCKET/repo/Debian/18/
needs
:
-
job
:
compile_Ubuntu_18
artifacts
:
true
...
...
@@ -130,7 +128,7 @@ upload_Ubuntu18:
upload_Ubuntu20
:
extends
:
.base_upload
script
:
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.
tar.gz
cdn/$S3_BUCKET/repo/Debian/20/
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.
*
cdn/$S3_BUCKET/repo/Debian/20/
needs
:
-
job
:
compile_Ubuntu_20
artifacts
:
true
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