diff options
author | charadon <charadon@iotib.net> | 2022-05-31 04:06:14 +0000 |
---|---|---|
committer | charadon <charadon@iotib.net> | 2022-05-31 04:06:14 +0000 |
commit | 28f06c9370d1605795abc8f7f7ac6307ebd22d6b (patch) | |
tree | 89ceac7638657404d07919e53414cdbc32177a62 | |
parent | 152bc8f22fdd07b67a36b97a3f2d6cba167500c8 (diff) | |
download | Pong-C-28f06c9370d1605795abc8f7f7ac6307ebd22d6b.tar.gz |
Update .gitlab-ci.yml file
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df1dc9b..7cc4fa0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,8 +23,8 @@ build-job: # This job runs in the build stage, which runs first. - apk add flatpak - apk add flatpak-builder - flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - - flatpak install org.freedesktop.Sdk/x86_64/21.08 - - flatpak install org.freedesktop.Platform/x86_64/21.08 + - flatpak install -y org.freedesktop.Sdk/x86_64/21.08 + - flatpak install -y org.freedesktop.Platform/x86_64/21.08 - flatpak-builder --user --force-clean --repo=/tmp/flatpak-export flatpak net.iotib.Pong.yml - flatpak build-bundle /tmp/flatpak-export net.iotib.Pong.flatpak net.iotib.Pong 0.1 |