File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 Zookeeper-Pipeline :
11- # uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@e14229587f193e1130d715d38d7143a3b5034d42
12- uses : Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@fix_consul
11+ uses : Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@f6104d86e08ccf5c490e8dc6396b51585d03538a
1312 with :
1413 service_branch : ' ${{ github.head_ref || github.ref_name }}'
1514 versions_file : ' .github/versions.yaml'
16- # pipeline_branch: 'e14229587f193e1130d715d38d7143a3b5034d42' #this value must match the value after '@' in 'uses'
17- pipeline_branch : ' fix_consul' # this value must match the value after '@' in 'uses'
15+ pipeline_branch : ' f6104d86e08ccf5c490e8dc6396b51585d03538a' # this value must match the value after '@' in 'uses'
1816 secrets :
1917 AWS_S3_ACCESS_KEY_ID : ${{secrets.AWS_S3_ACCESS_KEY_ID}}
2018 AWS_S3_ACCESS_KEY_SECRET : ${{secrets.AWS_S3_ACCESS_KEY_SECRET}}
21-
22- # run test pipeline
You can’t perform that action at this time.
0 commit comments