[gnome-build-meta/alatiera/ssh-test] Ssh test



commit c91ca06e19f96c6a0b2027e668c52c150c63dc54
Author: Jordan Petridis <jpetridis gnome org>
Date:   Fri Sep 7 17:05:47 2018 +0300

    Ssh test

 .gitlab-ci.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80f40b4..9bca01c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,7 +74,7 @@ before_script:
         ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub
 
         # Trust the host key of the release server.
-        ssh-keyscan vpn.gbm-builder.gnome.org >> ~/.ssh/known_hosts
+        ssh-keyscan gbm.gnome.org >> ~/.ssh/known_hosts
     fi
 
 .build-template: &build
@@ -88,6 +88,11 @@ before_script:
     - ostree remote add --repo=repo origin "https://${FLATPAK_SERVER_ADDRESS}/repo/"; --no-gpg-verify
     - ostree pull --repo=repo origin --mirror
 
+    - ssh gbm gbm gnome org
+    - ls -alR
+    - exit
+    - exit
+
     # Build the runtimes
     - |
       mkdir runtimes


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