We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723c4f2 commit e6da096Copy full SHA for e6da096
scripts/start.sh
@@ -5,10 +5,6 @@
5
mkdir -p -m 0700 /root/.ssh
6
echo -e "Host *\n\tStrictHostKeyChecking no\n" >> /root/.ssh/config
7
8
-if [[ "$GIT_USE_SSH" == "1" ]] ; then
9
- echo -e "Host *\n\tUser ${GIT_USERNAME}\n\n" >> /root/.ssh/config
10
-fi
11
-
12
if [ ! -z "$SSH_KEY" ]; then
13
echo $SSH_KEY > /root/.ssh/id_rsa.base64
14
base64 -d /root/.ssh/id_rsa.base64 > /root/.ssh/id_rsa
@@ -116,3 +112,4 @@ fi
116
112
117
113
# Start supervisord and services
118
114
exec /usr/bin/supervisord -n -c /etc/supervisord.conf
115
+
0 commit comments