Skip to content

Commit

Permalink
Merge pull request #7474 from TerriaJS/ci-main
Browse files Browse the repository at this point in the history
Switch CI back to terriamap#main.
  • Loading branch information
na9da authored Feb 19, 2025
2 parents 0aea1b6 + 4982783 commit 82b2734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildprocess/ci-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ yarn add -W [email protected]

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

0 comments on commit 82b2734

Please sign in to comment.