Skip to content

Commit

Permalink
use compose build
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Dec 9, 2020
1 parent 81f82c7 commit 2dcefc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/release_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GIT_REVISION=$(git rev-parse HEAD)
[[ ! -z "$(git status --porcelain)" ]] && echo "Cannot tag revision if all changes aren't checked in..." && exit 1

echo "Building and publishing version $VERSION for git revision $GIT_REVISION..."
./gradlew clean build
./gradlew clean composeBuild
GIT_REVISION=$GIT_REVISION docker-compose -f docker-compose.build.yaml -f docker-compose.yaml build
GIT_REVISION=$GIT_REVISION docker-compose -f docker-compose.build.yaml -f docker-compose.yaml push
echo "Completed building and publishing..."
Expand Down

0 comments on commit 2dcefc4

Please sign in to comment.