Remove Dependency on External Repository for before_script.sh
in CircleCI Orb
#86
Labels
bug
Something isn't working
before_script.sh
in CircleCI Orb
#86
The CircleCI orb currently relies on the GitLab CI example project for the
return_license.sh
script.This external dependency introduces instability, as updates to the GitLab project (such as breaking changes or script removals) can disrupt the CircleCI orb’s functionality. Specifically, recent changes to GitLab CI broke the integration by modifying or removing critical scripts.
Issue:
before_script.sh
. This makes the integration fragile and prone to breaking when changes occur in the GitLab CI project.Solution:
Mitigation:
Related code:
unity-orb/src/scripts/linux/prepare-env.sh
Lines 65 to 70 in a1ddf09
The text was updated successfully, but these errors were encountered: