Skip to content

Commit 5b69e05

Browse files
committed
Typo
1 parent 215cbf2 commit 5b69e05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wercker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ build:
2929
code: |
3030
echo "Building Oracle WebLogic Server Kubernetes Operator..."
3131
echo "The branch and commit id are $WERCKER_GIT_BRANCH, $WERCKER_GIT_COMMIT"
32+
export IMAGE_TAG_OPERATOR="${WERCKER_GIT_BRANCH//[_\/]/-}"
33+
if [ "$IMAGE_TAG_OPERATOR" = "master" ]; then
34+
export IMAGE_TAG_OPERATOR="1.0"
35+
fi
3236
- script:
3337
name: Install pre-reqs
3438
code: |

0 commit comments

Comments
 (0)