diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 15:56:30 +0200 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 15:59:55 +0200 |
| commit | cbd29c1a1141e77f152addf8d40665cca87f575a (patch) | |
| tree | f327adb4f88a0ccc8c8c012240ef97ce19c47416 /.build.yml | |
| parent | c65e47db3b64f4834a6c12ada3091587744f4e17 (diff) | |
Move CI overrides inside the ci just task.
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ secrets: - eaecf3b4-a508-4fa6-a36e-6b9ed4468eae - f80356df-eb81-487f-8739-fbf08bf204dc - 05763ec6-2f17-46b5-90f6-963482975b8b - - e4ca0336-ca5a-4a9c-acb3-9cb645aa6cca + - 17d159d3-aafa-4f5c-add7-e0478bcd0cfe tasks: - set_rust: | cd map-linux @@ -42,4 +42,4 @@ tasks: flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - release: | cd map-linux - just clean_images=1 flatpak_cargo_generator=/home/build/flatpak-builder-tools/cargo ci + just ci |