[Scummvm-git-logs] scummvm-web master -> 0b8b7e7743f8318cd9600b58d1fc43d70a7f1f93

ScummVM-Translations 44945042+ScummVM-Translations at users.noreply.github.com
Sun Nov 18 14:38:04 CET 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
0b8b7e7743 BUILD: Push I18N updates back to git


Commit: 0b8b7e7743f8318cd9600b58d1fc43d70a7f1f93
    https://github.com/scummvm/scummvm-web/commit/0b8b7e7743f8318cd9600b58d1fc43d70a7f1f93
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-11-18T14:37:59+01:00

Commit Message:
BUILD: Push I18N updates back to git

Changed paths:
    site-update/install.sh


diff --git a/site-update/install.sh b/site-update/install.sh
index 8b0f5ea..f3d9a05 100755
--- a/site-update/install.sh
+++ b/site-update/install.sh
@@ -1,6 +1,9 @@
 #!/bin/bash
 export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
 
+eval $(ssh-agent -s)
+ssh-add ~/.ssh/id_rsa_website_deploy
+
 # echo empty line because the buffer starts with a tab for some reason
 echo ''
 echo "Current time: $(date)"





More information about the Scummvm-git-logs mailing list