Skip to content

Commit

Permalink
Move configs to updatecli.d
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Mar 9, 2023
1 parent 1d2926b commit 8b4db4c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: update-gherkin-specs
title: Update Gherkin specs
pipelineid: update-gherkin-specs

scms:
Expand Down Expand Up @@ -54,6 +53,7 @@ actions:
kind: "github/pullrequest"
scmid: default
spec:
title: Update Gherkin specs
automerge: false
draft: false
labels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: update-jsons-specs
title: Update JSON specs
pipelineid: update-jsons-specs

scms:
Expand Down Expand Up @@ -57,6 +56,7 @@ actions:
kind: "github/pullrequest"
scmid: default
spec:
title: Update JSON specs
automerge: false
draft: false
labels:
Expand Down
File renamed without changes.
9 changes: 1 addition & 8 deletions .github/workflows/updatecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,14 @@ permissions:
jobs:
bump:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
pipeline:
- ./.ci/update-specs.yml
- ./.ci/update-gherkin-specs.yml
- ./.ci/update-json-specs.yml
steps:
- uses: actions/checkout@v3
- uses: elastic/apm-pipeline-library/.github/actions/updatecli@current
with:
vaultUrl: ${{ secrets.VAULT_ADDR }}
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
pipeline: ${{ matrix.pipeline }}
pipeline: .ci/updatecli.d
notify:
if: always()
needs:
Expand Down

0 comments on commit 8b4db4c

Please sign in to comment.