Skip to content
Snippets Groups Projects
Commit 0fb440ef authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

build only ubuntu image, without loading requirements.txt nor install git

parent 2e632f37
No related branches found
No related tags found
No related merge requests found
Pipeline #11491 passed
...@@ -52,9 +52,7 @@ build-ubuntu: ...@@ -52,9 +52,7 @@ build-ubuntu:
- docker - docker
stage: build stage: build
script: script:
- apk update ; apk add git - apk update # ; apk add git
- apk search -v
# - apt-get update
# - git checkout master -- requirements.txt # - git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu" for_build/ubuntu - docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu" for_build/ubuntu
- docker push "$CI_REGISTRY_IMAGE/install-ubuntu" - docker push "$CI_REGISTRY_IMAGE/install-ubuntu"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment