Skip to content
Snippets Groups Projects
Commit 56909a90 authored by Arnaud Ferraris's avatar Arnaud Ferraris Committed by Ariel D'Alessandro
Browse files

gitlab-ci: fix app publication


For apertis/* branches, only the runtime is published to the main 
flatpak repository, while the application was still published to the 
test repo.

This commit ensures both the runtime and app get published to the right 
place.

Signed-off-by: default avatarArnaud Ferraris <arnaud.ferraris@collabora.com>
parent ff9677d3
No related branches found
No related tags found
1 merge request!16Fix OSTree repository URL
...@@ -145,7 +145,7 @@ prepare-build-env: ...@@ -145,7 +145,7 @@ prepare-build-env:
script: script:
- | - |
case "$CI_COMMIT_REF_NAME" in case "$CI_COMMIT_REF_NAME" in
master) master|apertis/*)
export UPLOAD_ROOT=${upload_root_main}/app export UPLOAD_ROOT=${upload_root_main}/app
export REMOTE_URL=${remote_url_main}/app export REMOTE_URL=${remote_url_main}/app
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment