We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f880f commit 6008b20Copy full SHA for 6008b20
buildprocess/ci-deploy.sh
@@ -22,7 +22,7 @@ npm install -g yarn@^1.22.22
22
23
# Clone and build TerriaMap, using this version of TerriaJS
24
TERRIAJS_COMMIT_HASH=$(git rev-parse HEAD)
25
-git clone -b main https://github.com/TerriaJS/TerriaMap.git
+git clone -b msw-poc https://github.com/TerriaJS/TerriaMap.git
26
cd TerriaMap
27
TERRIAMAP_COMMIT_HASH=$(git rev-parse HEAD)
28
sed -i -e 's@"terriajs": ".*"@"terriajs": "'$GITHUB_REPOSITORY'#'${GITHUB_BRANCH}'"@g' package.json
0 commit comments