We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215cbf2 commit 5b69e05Copy full SHA for 5b69e05
wercker.yml
@@ -29,6 +29,10 @@ build:
29
code: |
30
echo "Building Oracle WebLogic Server Kubernetes Operator..."
31
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
36
- script:
37
name: Install pre-reqs
38
0 commit comments