diff options
author | Abderrahim Kitouni <akitouni@gnome.org> | 2019-09-02 18:23:03 +0100 |
---|---|---|
committer | Abderrahim Kitouni <akitouni@gnome.org> | 2019-09-02 18:23:03 +0100 |
commit | 26b604f1ab650b09ae7a0054c055734d897ce39f (patch) | |
tree | 13ddc73134223a86a650b177a673af0137c426f8 /.gitlab-ci.yml | |
parent | f1e7079aefc7d089c897fe9b0cb89e872577ddb2 (diff) | |
download | epiphany-26b604f1ab650b09ae7a0054c055734d897ce39f.tar.gz |
.gitlab-ci.yml: use the URL of the new nightly repository
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f64121576..1d5200c23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ variables: extends: '.flatpak' variables: MANIFEST_PATH: 'org.gnome.Epiphany.json' - RUNTIME_REPO: 'https://sdk.gnome.org/gnome-nightly.flatpakrepo' + RUNTIME_REPO: 'https://nightly.gnome.org/nightly.flatpakrepo' FLATPAK_MODULE: 'epiphany' APP_ID: 'org.gnome.Epiphany.Devel' |