|
|
@@ -19,10 +19,9 @@ stages:
|
|
|
- release
|
|
|
|
|
|
before_script:
|
|
|
- - sudo apt install python3-dev python3-pip
|
|
|
+ - apt-get update && apt-get install -y git python3-dev python3-pip
|
|
|
- python -V
|
|
|
- echo "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi"
|
|
|
- - apt-get update && apt-get install -y git
|
|
|
- docker info
|
|
|
# Because we use a private registry (registry.rys.one), we first need to provide credentials.
|
|
|
# This gives us access to pull and push to the registry.
|