Use full remote image name when setting deployed image

This commit is contained in:
Patrick Smith 2018-08-16 13:59:30 -04:00
parent b82bbae0c5
commit 1acd5fb73a

View File

@ -28,7 +28,7 @@ kubectl config use-context travis
kubectl config current-context kubectl config current-context
# Update the ATST deployment # Update the ATST deployment
kubectl -n atat set image deployment.apps/atst atst="${PROD_IMAGE_NAME}" kubectl -n atat set image deployment.apps/atst atst="${remote_image_name}"
# Remove the K8S CA file when the script exits # Remove the K8S CA file when the script exits
function cleanup { function cleanup {