Skip to content

Conversation

@DeviaVir
Copy link
Contributor

Cloning doesn't work yet, attempting to fix.

@DeviaVir DeviaVir requested a review from Copilot June 23, 2025 08:17
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR aims to address a cloning issue in the CI/CD pipeline by updating the environment variable checks and the clone command in the GitLab configuration.

  • Added a condition to check for $GITHUB_REPO_URL.
  • Modified the cloning command to use $GITHUB_REPO_URL instead of $GITHUB_PR_HEAD_REPO_URL.
Comments suppressed due to low confidence (1)

gitlab/test.yml:9

  • Ensure that including $GITHUB_REPO_URL in the conditional check correctly verifies the presence of the repository URL essential for the clone operation, and update any related documentation accordingly.
    - if: '$CI_PIPELINE_SOURCE == "trigger" && $GITHUB_PR_SHA && $GH_STATUS_TOKEN && $GITHUB_REPO && $GITHUB_PR_REF && $GITHUB_REPO_URL'

@DeviaVir DeviaVir merged commit a0ab995 into master Jun 23, 2025
1 of 3 checks passed
@DeviaVir DeviaVir deleted the ci-patch2 branch June 23, 2025 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants