Skip to content

Commit

Permalink
Update dev workflow.
Browse files Browse the repository at this point in the history
Testing dev workflow.
  • Loading branch information
wsalesky committed Oct 27, 2023
1 parent 5f39d93 commit 851d2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/workflow.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GITHUB_ORG="Chinese-Monuments-WG"
GITHUB_ORG="VandyVRC"
GITHUB_REPOSITORY="tcadrt"

### CREATE NECESSARY CONFIG FOR THE BUILD, AND POPULATE VERSION AND PACKAGE_NAME
Expand Down Expand Up @@ -32,7 +32,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
git clone https://github.com/$GITHUB_ORG/$GITHUB_REPOSITORY --branch development --single-branch

cd $GITHUB_REPOSITORY
### CREATE NECESSARY CONFIG FOR THE BUILD, AND POPULATE VERSION AND PACKAGE_NAME
Expand Down

0 comments on commit 851d2b3

Please sign in to comment.