Skip to content

Commit df64b04

Browse files
fix: delete versions file (#113)
1 parent b50b42e commit df64b04

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/versions.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/run_tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ jobs:
2626
poll-interval: 20
2727
Zookeeper-Pipeline:
2828
needs: Wait-for-images
29-
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@4487afa083e5ba0cf64690d2e93e3d8ee94fab4f #v1.3.0
29+
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@4cb7d7c09d0205268066b130c8c6205d9232507b #v1.4.1
3030
with:
3131
service_branch: '${{ github.head_ref || github.ref_name }}'
32-
versions_file: '.github/versions.yaml'
33-
pipeline_branch: '4487afa083e5ba0cf64690d2e93e3d8ee94fab4f' #this value must match the value after '@' in 'uses'
32+
pipeline_branch: '4cb7d7c09d0205268066b130c8c6205d9232507b' #this value must match the value after '@' in 'uses'
3433
secrets:
3534
AWS_S3_ACCESS_KEY_ID: ${{secrets.AWS_S3_ACCESS_KEY_ID}}
3635
AWS_S3_ACCESS_KEY_SECRET: ${{secrets.AWS_S3_ACCESS_KEY_SECRET}}

0 commit comments

Comments
 (0)