Remove IMAGE_NAME output since it does not work properly

This commit is contained in:
Devon Mackay 2018-09-07 15:10:29 -04:00 committed by Patrick Smith
parent db522a2913
commit 2ec2a22db0

View File

@ -121,9 +121,7 @@ jobs:
version: 18.05.0-ce version: 18.05.0-ce
- run: - run:
name: "Generate the Target Image Name" name: "Generate the Target Image Name"
command: | command: echo "export IMAGE_NAME=\"${REGISTRY_LOCATION}/atst-prod:$(git rev-parse --short HEAD)-circle\"" >> $BASH_ENV
echo "export IMAGE_NAME=\"${REGISTRY_LOCATION}/atst-prod:$(git rev-parse --short HEAD)-circle\"" >> $BASH_ENV
echo $BASH_ENV | grep IMAGE_NAME
- run: - run:
name: "Start a Fresh Container" name: "Start a Fresh Container"
command: docker run -d --entrypoint='/bin/sh' -ti --name ${CONTAINER_NAME} alpine:3.8 command: docker run -d --entrypoint='/bin/sh' -ti --name ${CONTAINER_NAME} alpine:3.8