Skip to content
Snippets Groups Projects

pipeline multiple updates

Merged Dobromir Palushev requested to merge just-a-test into staging
1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
+ 1
4
@@ -43,7 +43,7 @@ test-image:
after_script:
- docker stop mongo-container
- 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:
stage: build
@@ -71,9 +71,6 @@ build-image:
create-release_image:
stage: release
rules:
- if: $CI_COMMIT_REF_NAME =~ /main/
when: 'always'
tags:
- docker-privileged
image: docker:${DOCKER_VERSION}
Loading