Skip to content

Commit

Permalink
test script cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
carmithersh committed May 20, 2024
1 parent 67841cc commit f3326c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/oidc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ jobs:
- name: Test outputs
shell: bash
run: |
echo "os is $RUNNER_OS"
echo "JFROG_OIDC_TOKEN: ${{ steps.setup.outputs.jf_oidc_token }}"
echo "JFROG_OIDC_USER: ${{ steps.setup.outputs.jf_oidc_user }}"
echo "os is $RUNNER_OS"
if [ -z "${{ steps.setup.outputs.jf_oidc_token }}" ]; then
exit 1
fi
Expand Down

0 comments on commit f3326c7

Please sign in to comment.