Skip to content

Commit

Permalink
Update workflow.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wsalesky authored Feb 27, 2024
1 parent 1103ddd commit 730fb29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build/workflow.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
GITHUB_ORG="Chinese-Monuments-WG"
GITHUB_ORG="VandyVRC"
GITHUB_DEV_ORG="Chinese-Monuments-WG"
GITHUB_REPOSITORY="tcadrt"

### CREATE NECESSARY CONFIG FOR THE BUILD, AND POPULATE VERSION AND PACKAGE_NAME
Expand Down Expand Up @@ -32,7 +33,7 @@ ant
echo "Ran app build successfully"

echo "Fetching the data repository to build a data xar"
git clone https://github.com/$GITHUB_ORG/$GITHUB_REPOSITORY --branch master --single-branch
git clone https://github.com/$GITHUB_DEV_ORG/$GITHUB_REPOSITORY --branch master --single-branch

cd $GITHUB_REPOSITORY
### CREATE NECESSARY CONFIG FOR THE BUILD, AND POPULATE VERSION AND PACKAGE_NAME
Expand Down Expand Up @@ -81,4 +82,4 @@ docker tag $PACKAGE_NAME:$VERSION $DOCKER_URL
echo "Pushing to $DOCKER_URL"
docker push $DOCKER_URL

echo "Pushed successfully, wait for a few minutes to see the changes reflected"
echo "Pushed successfully, wait for a few minutes to see the changes reflected"

0 comments on commit 730fb29

Please sign in to comment.