Remove the lines that are forgotten to be removed from the shell scripts

This commit is contained in:
M. Mert Yildiran 2022-01-23 19:18:20 +03:00
parent f9325792d2
commit d782380dc5
No known key found for this signature in database
GPG Key ID: D42ADB236521BF7A
3 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@ GIT_BRANCH=$(git branch | grep \* | cut -d ' ' -f2 | tr '[:upper:]' '[:lower:]')
DOCKER_REPO=$REPOSITORY/$SERVER_NAME/$GIT_BRANCH
SEM_VER=${SEM_VER=0.0.0}
ARCH=amd64
GOARCH=$ARCH
DOCKER_TAGGED_BUILDS=("$DOCKER_REPO:latest" "$DOCKER_REPO:$SEM_VER")

View File

@ -9,7 +9,6 @@ GIT_BRANCH=ci
DOCKER_REPO=$REPOSITORY/$SERVER_NAME/$GIT_BRANCH
SEM_VER=${SEM_VER=0.0.0}
ARCH=amd64
GOARCH=$ARCH
DOCKER_TAGGED_BUILD="$DOCKER_REPO:$SEM_VER"

View File

@ -9,7 +9,6 @@ GIT_BRANCH=$(git branch | grep \* | cut -d ' ' -f2 | tr '[:upper:]' '[:lower:]')
DOCKER_REPO=$REPOSITORY/$SERVER_NAME/$GIT_BRANCH
SEM_VER=${SEM_VER=0.0.0}
ARCH=amd64
GOARCH=$ARCH
DOCKER_TAGGED_BUILDS=("$DOCKER_REPO:latest" "$DOCKER_REPO:$SEM_VER")