diff --git a/.automation/upload-docker.sh b/.automation/upload-docker.sh index ef85ffbb..63b6d7da 100755 --- a/.automation/upload-docker.sh +++ b/.automation/upload-docker.sh @@ -35,11 +35,6 @@ GCR_IMAGE_REPO='' # Docker tag for the image when create FOUND_IMAGE=0 # Flag for if the image has already been built CONTAINER_URL='' # Final URL to upload -##################### -# Get the repo name # -##################### -REPO_NAME=$(echo "${GITHUB_REPOSITORY}" |cut -f2 -d'/') # GitHub Repository name - ######################### # Source Function Files # #########################