[gnome-build-meta/alatiera/push-master] fixup! .gitlab-ci.yml: push the flatpak runtimes to gbm.gnome.org



commit 5294d4b219c4c511412cbf909c6e9edb63bfb4b6
Author: Jordan Petridis <jpetridis gnome org>
Date:   Thu Sep 27 22:20:40 2018 +0300

    fixup! .gitlab-ci.yml: push the flatpak runtimes to gbm.gnome.org

 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0078b07..e39ab0b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,7 +60,6 @@ before_script:
     EOF
 
   # and ssh key for pushing to the flatpak repo
-  # FIXME: Protect the key
   - |
     if [ -n "$GITLAB_SSH_KEY" ]; then
         mkdir -p ~/.ssh
@@ -106,7 +105,7 @@ before_script:
     - |
       if [ -n "$GITLAB_SSH_KEY" ]; then
         rsync -a repo/ gbm-builder.gnome.org:incoming/repo-${CI_JOB_ID}
-        ssh gbm-builder.gnome.org gbm-flatpak-scripts/import-commits -c config/stable.json 
incoming/repo-${CI_JOB_ID} ${BRANCHES}
+        ssh gbm-builder.gnome.org gbm-flatpak-scripts/import-commits -c config/nightly.json 
incoming/repo-${CI_JOB_ID} ${BRANCHES}
       fi
 
   # Store all the downloaded git and ostree repos in the distributed cache.


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