Skip to content
Snippets Groups Projects

pipeline multiple updates

Merged Dobromir Palushev requested to merge just-a-test into staging
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -43,7 +43,7 @@ test-image:
@@ -43,7 +43,7 @@ test-image:
after_script:
after_script:
- docker stop mongo-container
- docker stop mongo-container
- docker images -a | grep "mongo" | awk '{print $3}' | xargs docker rmi --force
- docker images -a | grep "mongo" | awk '{print $3}' | xargs docker rmi --force
# - docker image rm --force "${CONTAINER_TAG}-test"
- docker image rm --force "${CONTAINER_TAG}-test"
build-image:
build-image:
stage: build
stage: build
Loading