File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646 - name : Download CCIP artifacts
4747 run : |
4848 curl -L -H "Authorization: token ${{ secrets.GITHUB_TOKEN}}" -o artifact.zip ${{ inputs.ARTIFACT_DOWNLOAD_URL }}
49- unzip artifact.zip -d /home/runner/work/chainlink-testing-framework/images/solana-validator/solana_artifacts
49+ unzip artifact.zip -d /home/runner/work/chainlink-testing-framework/chainlink-testing-framework/ images/solana-validator/solana_artifacts
5050
5151 - name : Build and Push AMD64 Image
5252 uses : docker/build-push-action@v5
8787 - name : Download CCIP artifacts
8888 run : |
8989 curl -L -H "Authorization: token ${{ secrets.GITHUB_TOKEN}}" -o artifact.zip ${{ inputs.ARTIFACT_DOWNLOAD_URL }}
90- unzip artifact.zip -d /home/runner/work/chainlink-testing-framework/images/solana-validator/solana_artifacts
90+ unzip artifact.zip -d /home/runner/work/chainlink-testing-framework/chainlink-testing-framework/ images/solana-validator/solana_artifacts
9191
9292 - name : Build and Push Arm64 Image
9393 uses : docker/build-push-action@v5
You can’t perform that action at this time.
0 commit comments