Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
python-compile
Commits
9eedf710
Commit
9eedf710
authored
Jun 11, 2020
by
EKbfh
🐼
Browse files
Remove static and add deb9
parent
154bccc2
Pipeline
#24015
passed with stages
in 21 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9eedf710
...
...
@@ -37,10 +37,14 @@ variables:
-
docker
# Debian Family
compile_Debian
:
compile_Debian
_10
:
extends
:
.base_compile
image
:
debian:10
compile_Debian_9
:
extends
:
.base_compile
image
:
debian:9
# RedHat Family
compile_RedHat
:
extends
:
.base_compile
...
...
@@ -72,14 +76,26 @@ upload_RedHat:
tags
:
-
docker
upload_Debian
:
upload_Debian10
:
stage
:
upload
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/Debian/10/
needs
:
-
job
:
compile_Debian_10
artifacts
:
true
tags
:
-
docker
upload_Debian9
:
stage
:
upload
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/Debian/
-
/tmp/mc -q cp python${PYTHON_VERSION_3_8}.tar.gz cdn/$S3_BUCKET/repo/Debian/
9/
needs
:
-
job
:
compile_Debian
-
job
:
compile_Debian
_9
artifacts
:
true
tags
:
-
docker
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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