Skip to content

Commit 56ae26d

Browse files
committed
CI: patch follow-up
1 parent 4a0554e commit 56ae26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
@@ -33,7 +33,7 @@
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
- |

0 commit comments

Comments
 (0)