Skip to content
Snippets Groups Projects
Commit dd32e158 authored by Morgan Hoffman's avatar Morgan Hoffman
Browse files

Merge branch 'swarm-platform-2677' into 'main'

[PLATFORM-2677] remove verbose ssh output, remove ssh from http section

See merge request !112
parents 8bd1cf38 6100f4a4
Branches main
1 merge request!112[PLATFORM-2677] remove verbose ssh output, remove ssh from http section
......@@ -67,7 +67,6 @@
fi
- apk add git
- git config --global credential.helper store
- git config --global core.sshCommand 'ssh -o StrictHostKeyChecking=accept-new -vvv'
- echo "https://${REPO_USERNAME}:${REPO_PASSWORD}@code.vt.edu" > ~/.git-credentials
- git config --global user.email $COMMIT_AUTHOR_EMAIL
- git config --global user.name $COMMIT_AUTHOR_NAME
......@@ -124,7 +123,7 @@
fi
- apk add git
- git config --global credential.helper store
- git config --global core.sshCommand 'ssh -o StrictHostKeyChecking=accept-new -vvv'
- git config --global core.sshCommand 'ssh -o StrictHostKeyChecking=accept-new'
- eval `ssh-agent`
- echo ${REPO_SSH_PRIVATE_KEY} | base64 -d | ssh-add -
- git config --global user.email $COMMIT_AUTHOR_EMAIL
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment