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

remove ls

parent dbdd3ed0
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -18,7 +18,6 @@ build-test-image: ...@@ -18,7 +18,6 @@ build-test-image:
- git checkout master -- 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"
- ls -la
build-install-base: build-install-base:
only: only:
...@@ -48,7 +47,6 @@ build-install-prokka: ...@@ -48,7 +47,6 @@ build-install-prokka:
- apk update ; apk add git - apk update ; apk add git
- 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"
- ls -la
build-install-annote-and-quicktree: build-install-annote-and-quicktree:
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment