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: ...@@ -15,7 +15,7 @@ build-test-image:
stage: build stage: build
script: script:
- apk update ; apk add git - 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 build --pull -t "$CI_REGISTRY_IMAGE:testing-ubuntu" for_tests
- docker push "$CI_REGISTRY_IMAGE:testing-ubuntu" - docker push "$CI_REGISTRY_IMAGE:testing-ubuntu"
...@@ -25,7 +25,7 @@ build-install-base: ...@@ -25,7 +25,7 @@ build-install-base:
stage: build stage: build
script: script:
- apk update ; apk add git - 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 build --pull -t "$CI_REGISTRY_IMAGE:install-ubuntu-base" for_build/basics
- docker push "$CI_REGISTRY_IMAGE:install-ubuntu-base" - docker push "$CI_REGISTRY_IMAGE:install-ubuntu-base"
...@@ -35,7 +35,7 @@ build-install-barrnap: ...@@ -35,7 +35,7 @@ build-install-barrnap:
stage: build stage: build
script: script:
- apk update ; apk add git - 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 build --pull -t "$CI_REGISTRY_IMAGE:install-ubuntu-barrnapOnly" for_build/barrnap_only
- docker push "$CI_REGISTRY_IMAGE:install-ubuntu-barrnapOnly" - docker push "$CI_REGISTRY_IMAGE:install-ubuntu-barrnapOnly"
...@@ -45,6 +45,6 @@ build-install-prokka: ...@@ -45,6 +45,6 @@ build-install-prokka:
stage: build stage: build
script: script:
- apk update ; apk add git - 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 build --pull -t "$CI_REGISTRY_IMAGE:install-ubuntu-prokkaOnly" for_build/prokka_only
- docker push "$CI_REGISTRY_IMAGE:install-ubuntu-prokkaOnly" - docker push "$CI_REGISTRY_IMAGE:install-ubuntu-prokkaOnly"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment