[gnome-build-meta/alatiera/ssh-test] CI: use correct adress to ssh



commit bcdc0205fe5a779186ffc3572916820b3b2669c3
Author: Jordan Petridis <jpetridis gnome org>
Date:   Fri Sep 7 18:13:33 2018 +0300

    CI: use correct adress to ssh

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80f40b4..5ef1b14 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
@@ -99,7 +99,7 @@ before_script:
 
     # push the resulting runtimes to gbm.gnome.org
     # FIXME: Only push from protected branches
-    - ostree-releng-scripts/rsync-repos --src repo/ --dest gbm vpn gbm-builder gnome org:public_html/repo/
+    - ostree-releng-scripts/rsync-repos --src repo/ --dest gbm gbm gnome org:public_html/repo/
 
   # Store all the downloaded git and ostree repos in the distributed cache.
   # This saves us fetching them from the different repos and further afield


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