Skip to content
Snippets Groups Projects
Commit 7ce13f4e authored by Frederic Danis's avatar Frederic Danis
Browse files

Move repo from test/flatpak to public/flatpak


images.apertis.org removes files older than 1 day from test repo.
Move runtime and app repos to a more stable location.

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent 87f92404
No related branches found
No related tags found
1 merge request!4Clean-up pipeline
Pipeline #122725 passed
...@@ -50,7 +50,7 @@ upload-runtime: ...@@ -50,7 +50,7 @@ upload-runtime:
build-app: build-app:
variables: variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
REMOTE_URL: https://images.apertis.org/test/flatpak/runtime REMOTE_URL: https://images.apertis.org/public/flatpak/runtime
stage: build app stage: build app
before_script: before_script:
- apt update - apt update
......
...@@ -7,7 +7,7 @@ DEST_DIR=$2 ...@@ -7,7 +7,7 @@ DEST_DIR=$2
cd $(dirname $0) cd $(dirname $0)
upload_host="archive@images.apertis.org" upload_host="archive@images.apertis.org"
upload_root="/srv/images/test/flatpak" upload_root="/srv/images/public/flatpak"
upload_dest="$upload_host:$upload_root" upload_dest="$upload_host:$upload_root"
apt -y update apt -y update
......
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