Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Update prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley authored Sep 15, 2021
1 parent 7ab42f7 commit a42977a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ echo "[---] CI_REGISTRY: ${CI_REGISTRY}"

if [ "$CI_COMMIT_BRANCH" != "master" ]; then
# Pin to the develop branch for scaffold-tooling.
sed -i.bak -E "s#(\"govcms\/scaffold-tooling\":[[:space:]]*\").+(\")#\1dev-9x-develop\2#g" composer.json
sed -i.bak -E "s#(\"govcms\/scaffold-tooling\":[[:space:]]*\").+(\")#\1dev-9.x-develop\2#g" composer.json
echo "[---] Updated to govcms/scaffold-tooling:dev-develop"
fi

0 comments on commit a42977a

Please sign in to comment.