Skip to content

Commit

Permalink
Remove "github-integration" module from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
vadeg committed Oct 9, 2021
1 parent 0a21a91 commit 91afb59
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build-and-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,12 @@ popd > /dev/null

SERVER_DIR=${SCRIPT_DIR}/server
WEB_UI_DIR=${SCRIPT_DIR}/web-ui
GITHUB_INTEGRATION_DIR=${SCRIPT_DIR}/github_integration

# Build web ui
cd ${WEB_UI_DIR} && yarn && yarn build

if [[ "$@" == "--bark" ]]; then

#Build Bark
cd ${GITHUB_INTEGRATION_DIR} && ./gradlew build -x test

# Docker-compose
cd ${SCRIPT_DIR} && docker-compose -f docker-compose.yaml -f docker-compose-bark.yaml up --build
else
Expand Down

0 comments on commit 91afb59

Please sign in to comment.