Skip to content
Snippets Groups Projects
Commit 3f1eb2f6 authored by Dobromir Palushev's avatar Dobromir Palushev
Browse files

Merge branch 'just-a-test' into 'staging'

pipeline multiple updates

See merge request !8
parents 3719864e 42388e0d
No related branches found
No related tags found
17 merge requests!72Production update,!70Production update,!67Workflow updates,!66Css test change,!64Pipeline fix,!62Main update,!60Getting staging's latest state,!58Updating Main,!56Main updates,!52Staging->Main,!50Production updates,!47Deployment on main,!45Deployment from main,!41updated logic of the test-job,!39updated logic of the test-job,!37Updating main to reflect staging,!8pipeline multiple updates
Pipeline #19112 failed
...@@ -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
...@@ -71,9 +71,6 @@ build-image: ...@@ -71,9 +71,6 @@ build-image:
create-release_image: create-release_image:
stage: release stage: release
rules:
- if: $CI_COMMIT_REF_NAME =~ /main/
when: 'always'
tags: tags:
- docker-privileged - docker-privileged
image: docker:${DOCKER_VERSION} image: docker:${DOCKER_VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment