[gnome-build-meta/abderrahim/push-to-repo] CI: use the correct adress of to ssh



commit 27b607b84483a35542227b8879b57d5ddf648142
Author: Abderrahim Kitouni <a kitouni gmail com>
Date:   Fri Sep 7 12:45:07 2018 +0000

    CI: use the correct adress of to ssh
    
    The 2 nodes communicate internally and the vpn. part is not needed.

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52979ef..11cf8af 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-builder.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 gbm gnome org:public_html/repo/
+    - ostree-releng-scripts/rsync-repos --src repo/ --dest gbm gbm-builder 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]