Skip to content

Commit

Permalink
more diag 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mmulholla committed Feb 28, 2022
1 parent 85a2b67 commit 180782a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
if [ "${{steps.sanity_check_pr_content.outputs.report-exists}}" != "true" ]; then
if [ $GITHUB_REPOSITORY == "openshift-helm-charts/charts" ]; then
./oc login --insecure-skip-tls-verify --token=${{ secrets.CLUSTER_TOKEN }} --server=${API_SERVER}
./oc login --token=${{ secrets.CLUSTER_TOKEN }} --server=${API_SERVER}
else
./oc login --insecure-skip-tls-verify --token=${{ secrets.CLUSTER_TOKEN }} --server=${API_SERVER}
fi
Expand All @@ -207,7 +207,9 @@ jobs:
../ve1/bin/chart-pr-review --directory=../pr --verify-user=${{ github.event.pull_request.user.login }} --api-url=${{ github.event.pull_request._links.self.href }}
cd ..
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Delete Namespace
if: ${{ steps.install-oc.outputs.oc-installed == 'true' }}
env:
Expand Down

0 comments on commit 180782a

Please sign in to comment.