diff --git a/ci-templates/lfs-pull.yml b/ci-templates/lfs-pull.yml index e93ea4143d186c29bcbf118bd1af4c7b554b73ad..c04a1eaf87d1f6bf0203f0a4a846ba34ea95ec2d 100644 --- a/ci-templates/lfs-pull.yml +++ b/ci-templates/lfs-pull.yml @@ -11,3 +11,23 @@ BEFORE_INSTALL_UPSTREAM_DEPENDENCIES: *lfs-pull-script BEFORE_INSTALL_TARGET_DEPENDENCIES: *lfs-pull-script BEFORE_INSTALL_DOWNSTREAM_DEPENDENCIES: *lfs-pull-script + +.industrial_ci_build_notest: + variables: + AFTER_INIT: "bash <(curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh);\ + apt install -qq -y git-lfs; \ + git config --global credential.helper store; \ + echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials ;" + BEFORE_INSTALL_UPSTREAM_DEPENDENCIES: *lfs-pull-script + BEFORE_INSTALL_TARGET_DEPENDENCIES: *lfs-pull-script + BEFORE_INSTALL_DOWNSTREAM_DEPENDENCIES: *lfs-pull-script + +.industrial_ci_test: + variables: + AFTER_INIT: "bash <(curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh);\ + apt install -qq -y git-lfs; \ + git config --global credential.helper store; \ + echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials ;" + BEFORE_INSTALL_UPSTREAM_DEPENDENCIES: *lfs-pull-script + BEFORE_INSTALL_TARGET_DEPENDENCIES: *lfs-pull-script + BEFORE_INSTALL_DOWNSTREAM_DEPENDENCIES: *lfs-pull-script