Skip to content
Snippets Groups Projects
Commit 24def809 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[ci] pip3 -> pip

parent e12a3324
No related branches found
No related tags found
Loading
Pipeline #62828 failed
...@@ -35,7 +35,7 @@ variables: ...@@ -35,7 +35,7 @@ variables:
before_script: before_script:
- | - |
apk --update add openssh-client rsync git file bash python3 curl apk --update add openssh-client rsync git file bash python3 curl
pip3 install -U docker jinja2 docopt pip install -U docker jinja2 docopt
export BASEIMAGE="${MY_MODULE}-testing_${DOCKER_TAG}:${CI_COMMIT_REF_NAME/\//_}" export BASEIMAGE="${MY_MODULE}-testing_${DOCKER_TAG}:${CI_COMMIT_REF_NAME/\//_}"
# get image with fallback to master branch of the super repo # get image with fallback to master branch of the super repo
......
...@@ -38,7 +38,7 @@ variables: ...@@ -38,7 +38,7 @@ variables:
before_script: before_script:
- | - |
apk --update add openssh-client rsync git file bash python3 curl apk --update add openssh-client rsync git file bash python3 curl
pip3 install -U docker jinja2 docopt pip install -U docker jinja2 docopt
export BASEIMAGE="${MY_MODULE}-testing_${DOCKER_TAG}:${CI_COMMIT_REF_NAME/\//_}" export BASEIMAGE="${MY_MODULE}-testing_${DOCKER_TAG}:${CI_COMMIT_REF_NAME/\//_}"
# get image with fallback to master branch of the super repo # get image with fallback to master branch of the super repo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment