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

Show content in directory at the end of task

parent a359a276
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -18,6 +18,7 @@ build-test-image:
- git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests
- docker push "$CI_REGISTRY_IMAGE/testing-ubuntu"
- ls -la
build-install-base:
only:
......@@ -47,6 +48,7 @@ build-install-prokka:
- apk update ; apk add git
- docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-prokkaonly" for_build/prokka_only
- docker push "$CI_REGISTRY_IMAGE/install-ubuntu-prokkaonly"
- ls -la
build-install-annote-and-quicktree:
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment