Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
ci: fix existing cert detection
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Apr 22, 2021
1 parent b8b5736 commit 2122b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Check if intermediate cert exists
if: env.AZURE_CREDENTIALS != ''
run: |
ls ./certificates/CA.intermediate.* 1> /dev/null 2>&1
ls ./certificates/*/CA.intermediate.* 1> /dev/null 2>&1
echo "SKIP_CERT_GENERATION=1" >> $GITHUB_ENV
continue-on-error: true
- name: Create Intermediate CA certificate
Expand Down

0 comments on commit 2122b90

Please sign in to comment.