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

test without 'git co master -- requirements.txt'

parent e1248849
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -45,7 +45,6 @@ build-install-prokka: ...@@ -45,7 +45,6 @@ build-install-prokka:
stage: build stage: build
script: script:
- apk update ; apk add git - apk update ; apk add git
- 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"
...@@ -58,4 +57,3 @@ build-install-annote-and-quicktree: ...@@ -58,4 +57,3 @@ build-install-annote-and-quicktree:
- git checkout master -- requirements.txt - git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree" for_build/annote_and_1tree - docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree" for_build/annote_and_1tree
- docker push "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree" - docker push "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment