Skip to content

Commit

Permalink
Merge pull request #360 from Gregory-Pereira/more-fixes-pr-images-2
Browse files Browse the repository at this point in the history
logging global git configs fails because dont exist
  • Loading branch information
Gregory-Pereira authored Nov 20, 2024
2 parents b39832c + 3e1a9c9 commit 0c274e1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/pr-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.BOT_PAT }}
ref: 'main'

- name: Skip if triggered by GitHub Actions bot
id: check-skip
Expand Down Expand Up @@ -163,11 +164,6 @@ jobs:
run: |-
git config user.name "platform-engineering-bot"
git config user.email "platform-engineering@redhat.com"
git config --local --list > local-git-config
cat local-git-config
git config --global --list > global-git-config
cat global-git-config
git remote -v
git add deploy/k8s/overlays/openshift/qa/kustomization.yaml
git commit -m "[CI AUTOMATION]: Bumping QA UI image to tag: pr-${{ steps.get_pr_number.outputs.result }}" -s
git push origin main
Expand All @@ -187,6 +183,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.BOT_PAT }}
ref: 'main'

- name: Skip if triggered by GitHub Actions bot
id: check-skip
Expand Down Expand Up @@ -321,11 +318,6 @@ jobs:
run: |-
git config user.name "platform-engineering-bot"
git config user.email "platform-engineering@redhat.com"
git config --local --list > local-git-config
cat local-git-config
git config --global --list > global-git-config
cat global-git-config
git remote -v
git add deploy/k8s/overlays/openshift/qa/kustomization.yaml
git commit -m "[CI AUTOMATION]: Bumping QA PS image to tag: pr-${{ steps.get_pr_number.outputs.result }}" -s
git push origin main

0 comments on commit 0c274e1

Please sign in to comment.