Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ pull-from-3gpp-forge: - if: $MIRROR_ACCESS_TOKEN # Only run in the mirror update pipeline (only then MIRROR_ACCESS_TOKEN is defined) script: # Set up git LFS for mirroring (see: https://github.com/git-lfs/git-lfs/issues/1762) - git lfs install --skip-smudge - git lfs install --skip-smudge --local # Check out mirror branch - by default the runner checks out by commit hash, which results in detached head state - git checkout $CI_COMMIT_BRANCH Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ pull-from-3gpp-forge: - if: $MIRROR_ACCESS_TOKEN # Only run in the mirror update pipeline (only then MIRROR_ACCESS_TOKEN is defined) script: # Set up git LFS for mirroring (see: https://github.com/git-lfs/git-lfs/issues/1762) - git lfs install --skip-smudge - git lfs install --skip-smudge --local # Check out mirror branch - by default the runner checks out by commit hash, which results in detached head state - git checkout $CI_COMMIT_BRANCH Loading