From 0d9a2034473f60c2ff62b9b59312e474c5af4ca0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 26 Apr 2019 10:44:44 +0200 Subject: [PATCH] Revert "gitlab-ci: job must be called 'pages' to deploy to GitLab Pages" This reverts commit c5daf1981a7f00de16e19120ac42575c0e4bc424. Turns I was confused here. Yes, the job has to be called "pages" if the job is deploying to GitLab Pages. But in the case of `fdroid nightly`, the thing that is deploying to GitLab Pages is the .gitlab-ci.yml that is in the *-nightly repo, which is auto-generated by `fdroid nightly`. fdroid/fdroidserver#649 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd30dae2c..a8cdb0c5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,7 +156,7 @@ connected Q default x86_64: <<: *kvm-template -pages: +deploy_nightly: stage: deploy only: - master