Skip to content

Commit

Permalink
ci: update pipeline (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-butler-irl authored May 19, 2023
1 parent 455e3c2 commit 486efeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- created
jobs:
call-terraform-ci-pipeline:
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].0
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].2
secrets: inherit
with:
craSCCv2: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
call-terraform-release-pipeline:
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].0
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].2
secrets: inherit
9 changes: 2 additions & 7 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ on:
jobs:
verify:
runs-on: ubuntu-latest
env:
CONCLUSION: ${{ github.event.workflow_run.conclusion }}

steps:
- shell: bash
run: |
if [[ "$CONCLUSION" == "success" ]]; then
exit 0
else
exit 1
fi
echo "Verified"
verifyMetadata:
uses: cloud-native-toolkit/action-workflows/.github/workflows/verify-module-metadata.yaml@v1

0 comments on commit 486efeb

Please sign in to comment.