Skip to content

Commit 69b57d1

Browse files
authored
Update bump-elastic-stack.yml
1 parent 658d609 commit 69b57d1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/bump-elastic-stack.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ jobs:
1717
matrix: ${{ steps.generator.outputs.matrix }}
1818
steps:
1919
- id: generator
20-
<<<<<<< HEAD
21-
uses: elastic/oblt-actions/elastic/active-branches@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
22-
=======
2320
uses: elastic/oblt-actions/elastic/active-branches@v1
24-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
2521

2622
bump-elastic-stack:
2723
runs-on: ubuntu-latest
@@ -46,23 +42,15 @@ jobs:
4642
"pull_requests": "write"
4743
}
4844
49-
<<<<<<< HEAD
50-
- uses: elastic/oblt-actions/updatecli/run@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
51-
=======
5245
- uses: elastic/oblt-actions/updatecli/run@v1
53-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
5446
with:
5547
command: --experimental apply --config .ci/updatecli/bump-elastic-stack-snapshot.yml --values .ci/updatecli/values.d/scm.yml
5648
env:
5749
BRANCH: ${{ matrix.branch }}
5850
GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}
5951

6052
- if: ${{ failure() }}
61-
<<<<<<< HEAD
62-
uses: elastic/oblt-actions/slack/send@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
63-
=======
6453
uses: elastic/oblt-actions/slack/send@v1
65-
>>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
6654
with:
6755
channel-id: '#apm-server'
6856
message: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @robots-ci please look what's going on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>"

0 commit comments

Comments
 (0)