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 66 # Only run this job if:
77 # 1. The pipeline was started by an API trigger (`CI_PIPELINE_SOURCE == "trigger"`)
88 # 2. The required variables from GitHub Actions are present.
9- - if : ' $CI_PIPELINE_SOURCE == "trigger" && $GITHUB_PR_SHA && $GH_STATUS_TOKEN && $GITHUB_REPO && $GITHUB_PR_REF'
9+ - if : ' $CI_PIPELINE_SOURCE == "trigger" && $GITHUB_PR_SHA && $GH_STATUS_TOKEN && $GITHUB_REPO && $GITHUB_PR_REF && $GITHUB_REPO_URL '
1010 before_script :
1111 # Make sure curl and git are available
1212 - apk add --no-cache curl git
3333 --use \
3434 --platform linux/${ARCH}
3535 script :
36- - git clone -b "$GITHUB_PR_REF" "$GITHUB_PR_HEAD_REPO_URL " .
36+ - git clone -b "$GITHUB_PR_REF" "$GITHUB_REPO_URL " .
3737 # Make sure we test with the latest base image
3838 - docker pull "${IMAGE_BASE}:latest-${ARCH}" || true
3939 - |
You can’t perform that action at this time.
0 commit comments