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
e61824b8
Commit
e61824b8
authored
Jun 13, 2020
by
EKbfh
🐼
Browse files
Add Ubuntu distro
parent
b0f44ec3
Pipeline
#24057
passed with stages
in 21 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e61824b8
...
...
@@ -118,7 +118,7 @@ upload_Ubuntu16:
image
:
registry.getnoc.com/infrastructure/s3helper:master
script
:
-
ls -al
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.tar.gz cdn/$S3_BUCKET/repo/
Ubuntu
/16/
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.tar.gz cdn/$S3_BUCKET/repo/
Debian
/16/
needs
:
-
job
:
compile_Ubuntu_16
artifacts
:
true
...
...
@@ -130,7 +130,7 @@ upload_Ubuntu18:
image
:
registry.getnoc.com/infrastructure/s3helper:master
script
:
-
ls -al
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.tar.gz cdn/$S3_BUCKET/repo/
Ubuntu
/18/
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.tar.gz cdn/$S3_BUCKET/repo/
Debian
/18/
needs
:
-
job
:
compile_Ubuntu_18
artifacts
:
true
...
...
@@ -142,7 +142,7 @@ upload_Ubuntu20:
image
:
registry.getnoc.com/infrastructure/s3helper:master
script
:
-
ls -al
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.tar.gz cdn/$S3_BUCKET/repo/
Ubuntu
/20/
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.tar.gz 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