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 @@ -29,8 +29,8 @@ docker login -u "${DOCKER_HUB_USERNAME}" -p "${DOCKER_HUB_PASSWORD}"
29
29
source ./tools/bin/bump_version.sh
30
30
31
31
echo " Building and publishing PLATFORM version $NEW_VERSION for git revision $GIT_REVISION ..."
32
- VERSION=$NEW_VERSION SUB_BUILD=PLATFORM ./gradlew clean build
33
- VERSION=$NEW_VERSION SUB_BUILD=PLATFORM ./gradlew publish
32
+ VERSION=$NEW_VERSION SUB_BUILD=PLATFORM ./gradlew clean build --scan
33
+ VERSION=$NEW_VERSION SUB_BUILD=PLATFORM ./gradlew publish --scan
34
34
35
35
# Container should be running before build starts
36
36
# It generates binaries to build images for different CPU architecture
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ docker login --username "${DOCKER_HUB_USERNAME}" --password "${DOCKER_HUB_PASSWO
19
19
source ./tools/bin/bump_version.sh
20
20
21
21
echo " Building and publishing OCTAVIA version ${NEW_VERSION} for git revision ${GIT_REVISION} ..."
22
- VERSION=$NEW_VERSION SUB_BUILD=OCTAVIA_CLI ./gradlew clean build
22
+ VERSION=$NEW_VERSION SUB_BUILD=OCTAVIA_CLI ./gradlew clean build --scan
23
23
./octavia-cli/publish.sh ${NEW_VERSION} ${GIT_REVISION}
24
24
echo " Completed building and publishing OCTAVIA..."
You can’t perform that action at this time.
0 commit comments