bbfdm/gitlab-ci/pipeline_setup.sh
2024-02-21 13:25:46 +00:00

7 lines
212 B
Bash
Executable file

#!/bin/bash
echo "# Setting pipeline ci credentials"
echo "https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}" > ~/.git-credential
git config --global credential.helper "store --file ~/.git-credential"