Skip to content

Commit

Permalink
Trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 18, 2023
1 parent b29f123 commit d0a46a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ jobs:
- name: Deploy
shell: bash
run: |
# Allow pipefail, since we could be catching oc create errors
set +o pipefail
echo "IncrementalTag is $IncrementalTag"
# Login to OpenShift (NOTE: project command is a safeguard)
oc login --token=${{ secrets.oc_token }} --server=${{ vars.oc_server }}
oc project ${{ vars.oc_namespace }}
# Tag
echo "IncrementalTag is $IncrementalTag"
# Deploy Helm Chart
cd charts/${{ github.event.repository.name }}
Expand Down

0 comments on commit d0a46a7

Please sign in to comment.