Skip to content
Snippets Groups Projects
Commit 2f2ef848 authored by Nandan Sadineni's avatar Nandan Sadineni
Browse files

Update .gitlab-ci.yml file

parent dbcf302e
No related merge requests found
Pipeline #214304 failed with stages
in 14 seconds
......@@ -15,18 +15,14 @@ build-except-master:
script:
- docker build -t $CONTAINER_TEST_IMAGE .
- docker push $CONTAINER_TEST_IMAGE
tags:
- dvlp
- infrastructure
test:
stage: test
script:
- docker pull $CONTAINER_TEST_IMAGE
- docker run $CONTAINER_TEST_IMAGE /bin/sh
tags:
- dvlp
- infrastructure
release-image:
stage: release
......@@ -36,6 +32,3 @@ release-image:
- docker push $CONTAINER_RELEASE_IMAGE
only:
- master
tags:
- dvlp
- infrastructure
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment