We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaea1f3 commit 8a23af0Copy full SHA for 8a23af0
src/deps/logging-install.sh
@@ -6,5 +6,5 @@ if [ -n "${CI_JOB_TOKEN}" ]
6
then
7
git clone "https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.stealthsoftwareinc.com/stealth/loggingtools.git" logging/
8
else
9
- git clone git@github.com/stealthsoftwareinc/stealth_logging.git logging/
+ git clone https://github.com/stealthsoftwareinc/stealth_logging.git logging/
10
fi
0 commit comments