[damned-lies/oscp] .gitconfig on user's home dir



commit 006714abc0e72795d1a8ff0344b525ab3c28457f
Author: Andrea Veri <averi redhat com>
Date:   Tue Sep 17 12:28:51 2019 +0200

    .gitconfig on user's home dir

 entrypoint.sh | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/entrypoint.sh b/entrypoint.sh
index 17a9e9c5..554592b3 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -11,6 +11,7 @@ sed -i "s/\$GITLAB_TOKEN/${GITLAB_TOKEN}/" /l10n/damnedlies/damnedlies/local_set
 echo 'Populating .ssh for the l10n user'
 mkdir -p /home/l10n/.ssh
 ln -s /home/l10n/.ssh_secret/ssh-privatekey /home/l10n/.ssh/ssh-privatekey
+ln -s /home/l10n/.ssh_secret/.gitconfig /home/l10n/.gitconfig
 wget https://gitlab.gnome.org/Infrastructure/damned-lies/raw/oscp/ssh_config -O /home/l10n/.ssh/config
 
 echo 'Generating static files'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]