Skip to content

Commit 6008b20

Browse files
committed
use msw-poc branch for deployment
1 parent e8f880f commit 6008b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildprocess/ci-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ npm install -g yarn@^1.22.22
2222

2323
# Clone and build TerriaMap, using this version of TerriaJS
2424
TERRIAJS_COMMIT_HASH=$(git rev-parse HEAD)
25-
git clone -b main https://github.com/TerriaJS/TerriaMap.git
25+
git clone -b msw-poc https://github.com/TerriaJS/TerriaMap.git
2626
cd TerriaMap
2727
TERRIAMAP_COMMIT_HASH=$(git rev-parse HEAD)
2828
sed -i -e 's@"terriajs": ".*"@"terriajs": "'$GITHUB_REPOSITORY'#'${GITHUB_BRANCH}'"@g' package.json

0 commit comments

Comments
 (0)