File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8181 if : branch = master AND type = push
8282 env : JOB=docker
8383 before_script : echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
84- # TODO uncomment this line just before the 0.8 release
85- # script: if [[ $(./gradlew -q getVersion) == *SNAPSHOT* ]]; then ./gradlew dockerPush dockerPushDevelop; else ./gradlew dockerPush dockerPushLatest; fi
86- script : ./gradlew dockerPush dockerPushLatest dockerPushDevelop
84+ # Note: for maintenance branches, remove the dockerPushLatest task
85+ script : if [[ $(./gradlew -q getVersion) == *SNAPSHOT* ]]; then ./gradlew dockerPush dockerPushDevelop; else ./gradlew dockerPush dockerPushLatest; fi
8786
8887 # deploy to AWS
8988 - name : " Publish JavaDocs"
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ allprojects { subproj ->
147147 release {
148148 tagTemplate = ' $name-$version'
149149 git {
150+ /* Note: for maintenance branches, change this to the appropriate branch name. */
150151 requireBranch = ' master'
151152 signTag = true
152153 }
You can’t perform that action at this time.
0 commit comments