Skip to content

Commit

Permalink
Merge pull request #1546 from alphagov/update-create-pr-dgu-charts
Browse files Browse the repository at this point in the history
Update create-pr.sh to create govuk-dgu-charts PRs
  • Loading branch information
kentsanggds authored Nov 10, 2023
2 parents e14d6c9 + 033bd36 commit d282ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/create-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
git config --global user.email "[email protected]"
git config --global user.name "govuk-ci"

git clone https://${GH_TOKEN}@github.com/alphagov/govuk-ckan-charts.git charts
git clone https://${GH_TOKEN}@github.com/alphagov/govuk-dgu-charts.git charts

cd charts/charts/ckan/images

Expand All @@ -22,7 +22,7 @@ for ENV in $(echo $ENVS | tr "," " "); do
BRANCH="ci/${IMAGE_TAG}-${ENV}"

if git show-ref --quiet refs/heads/${BRANCH}; then
echo "Branch ${BRANCH} already exists on govuk-ckan-charts"
echo "Branch ${BRANCH} already exists on govuk-dgu-charts"
else
git checkout -b ${BRANCH}

Expand Down

0 comments on commit d282ce0

Please sign in to comment.