File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 # Use bob to download artifacts from Artifactory
5555 - name : Download artifacts
5656 env :
57- BOB_ARTIFACTORY_TOKEN : ${{ secrets.QUALITY_TEAM_ARTIFACTORY_TOKEN }}
58- BOB_ARTIFACTORY_USER : ${{ secrets.QUALITY_TEAM_ARTIFACTORY_USER }}
57+ BOB_ARTIFACTORY_TOKEN : ${{ secrets.QUALITY_TEAM_ARTIFACTORY_TOKEN }}
58+ BOB_ARTIFACTORY_USER : ${{ secrets.QUALITY_TEAM_ARTIFACTORY_USER }}
5959 run : |
6060 bob download artifactory \
6161 -channel ${{ env.CHANNEL }} \
Original file line number Diff line number Diff line change 6565 # Use bob to download SHA256SUMS file from Artifactory
6666 - name : Download artifacts
6767 env :
68- BOB_ARTIFACTORY_TOKEN : ${{ secrets.QUALITY_TEAM_ARTIFACTORY_TOKEN }}
69- BOB_ARTIFACTORY_USER : ${{ secrets.QUALITY_TEAM_ARTIFACTORY_USER }}
68+ BOB_ARTIFACTORY_TOKEN : ${{ secrets.QUALITY_TEAM_ARTIFACTORY_TOKEN }}
69+ BOB_ARTIFACTORY_USER : ${{ secrets.QUALITY_TEAM_ARTIFACTORY_USER }}
7070 run : |
7171 bob download artifactory \
7272 -channel ${{ inputs.channel }} \
You can’t perform that action at this time.
0 commit comments