Skip to content

Commit

Permalink
Removed 'success' echo message from build_cdot.sh script since the sc…
Browse files Browse the repository at this point in the history
…ript can fail due to authentication issues.
  • Loading branch information
dmccoystephenson committed Feb 18, 2023
1 parent 70297cb commit 041c4c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cdot-scripts/build_cdot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ echo Image built, tagging...
docker tag jpoode_ppm-image:$tag us.gcr.io/$project_name/jpoode_ppm-image:$tag

echo Pushing image to repository...
docker -- push us.gcr.io/${project_name}/jpoode_ppm-image:$tag

echo Successfully pushed us.gcr.io/${project_name}/jpoode_ppm-image:$tag
docker -- push us.gcr.io/${project_name}/jpoode_ppm-image:$tag

0 comments on commit 041c4c5

Please sign in to comment.