Commit a0580917 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

CT-147: commit the mid-csp image before testing.

Imaged tagged with base version (x.y.z) and pushed
always
parent 8ee60c98
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,9 +42,9 @@ stages:
  - publish_common
  - build
  - linting
  - publish
  - test
  - pages
  - publish
  - release

.install_pip: &install_pip |-
+0 −4
Original line number Diff line number Diff line
@@ -196,9 +196,5 @@ release csp-lmc-mid image:
  script:
    - cd $BUILD_PATH      
    - make push
  when: manual
  only:
    refs:
      - master
  variables:
    BUILD_PATH: csp-lmc-mid
+2 −2
Original line number Diff line number Diff line
@@ -80,8 +80,8 @@ release: check-status check-release build push
push: pre-push do-push post-push  ## push the image to the Docker registry

do-push:
#	docker push $(IMAGE):$(VERSION)
	docker push $(IMAGE):latest
	docker push $(IMAGE):$(BASE_RELEASE)
#	docker push $(IMAGE):latest

snapshot: build push