Remove IMAGE_NAME output since it does not work properly
This commit is contained in:
parent
db522a2913
commit
2ec2a22db0
@ -121,9 +121,7 @@ jobs:
|
||||
version: 18.05.0-ce
|
||||
- run:
|
||||
name: "Generate the Target Image Name"
|
||||
command: |
|
||||
echo "export IMAGE_NAME=\"${REGISTRY_LOCATION}/atst-prod:$(git rev-parse --short HEAD)-circle\"" >> $BASH_ENV
|
||||
echo $BASH_ENV | grep IMAGE_NAME
|
||||
command: echo "export IMAGE_NAME=\"${REGISTRY_LOCATION}/atst-prod:$(git rev-parse --short HEAD)-circle\"" >> $BASH_ENV
|
||||
- run:
|
||||
name: "Start a Fresh Container"
|
||||
command: docker run -d --entrypoint='/bin/sh' -ti --name ${CONTAINER_NAME} alpine:3.8
|
||||
|
Loading…
x
Reference in New Issue
Block a user