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

update paths for docker installation

parent 55273dc3
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -15,7 +15,7 @@ build-test-image:
stage: build
script:
- apk update ; apk add git
- git checkout master -- pythoncode/requirements.txt
- git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE:testing-ubuntu" for_tests
- docker push "$CI_REGISTRY_IMAGE:testing-ubuntu"
......@@ -25,7 +25,7 @@ build-install-base:
stage: build
script:
- apk update ; apk add git
- git checkout master -- pythoncode/requirements.txt
- git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE:install-ubuntu-base" for_build/basics
- docker push "$CI_REGISTRY_IMAGE:install-ubuntu-base"
......@@ -35,7 +35,7 @@ build-install-barrnap:
stage: build
script:
- apk update ; apk add git
- git checkout master -- pythoncode/requirements.txt
- git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE:install-ubuntu-barrnapOnly" for_build/barrnap_only
- docker push "$CI_REGISTRY_IMAGE:install-ubuntu-barrnapOnly"
......@@ -45,6 +45,6 @@ build-install-prokka:
stage: build
script:
- apk update ; apk add git
- git checkout master -- pythoncode/requirements.txt
- git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE:install-ubuntu-prokkaOnly" for_build/prokka_only
- docker push "$CI_REGISTRY_IMAGE:install-ubuntu-prokkaOnly"
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