From 44f0d3e1ea98f95b6e9efb7cd5fe77c8e5f79f0b Mon Sep 17 00:00:00 2001 From: s3lph Date: Sun, 12 Nov 2023 23:05:03 +0100 Subject: [PATCH] feat: enable pipeline for all packages --- .forgejo/workflows/package.yml | 44 +++++++++++++++++----------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.forgejo/workflows/package.yml b/.forgejo/workflows/package.yml index 0340529..c80abfc 100644 --- a/.forgejo/workflows/package.yml +++ b/.forgejo/workflows/package.yml @@ -9,9 +9,9 @@ on: jobs: - # One step per package + # One step per package - nextcloud-27-app-calendar: &job + nextcloud-27: &job runs-on: docker container: image: git.kabelsalat.ch/s3lph/package-pipeline-builder:latest @@ -34,24 +34,24 @@ jobs: --upload-file "${file}" \ "${API_REPOSITORY_DEB}" done - #nextcloud-27-app-calendar: *job - #nextcloud-27-app-contacts: *job - #nextcloud-27-app-deck: *job - #nextcloud-27-app-forms: *job - #nextcloud-27-app-gpoddersync: *job - #nextcloud-27-app-gpxpod: *job - #nextcloud-27-app-groupfolders: *job - #nextcloud-27-app-polls: *job - #nextcloud-27-app-previewgenerator: *job - #nextcloud-27-app-mail: *job - #nextcloud-27-app-news: *job - #nextcloud-27-app-nextpod: *job - #nextcloud-27-app-notes: *job - #nextcloud-27-app-notify-push: *job - #nextcloud-27-app-richdocuments: *job - #nextcloud-27-app-richdocumentscode: *job - #nextcloud-27-app-talk: *job - #nextcloud-27-app-tasks: *job - #nextcloud-27-app-twofactor-webauthn: *job - #nextcloud-27-app-user-oidc: *job + nextcloud-27-app-calendar: *job + nextcloud-27-app-contacts: *job + nextcloud-27-app-deck: *job + nextcloud-27-app-forms: *job + nextcloud-27-app-gpoddersync: *job + nextcloud-27-app-gpxpod: *job + nextcloud-27-app-groupfolders: *job + nextcloud-27-app-polls: *job + nextcloud-27-app-previewgenerator: *job + nextcloud-27-app-mail: *job + nextcloud-27-app-news: *job + nextcloud-27-app-nextpod: *job + nextcloud-27-app-notes: *job + nextcloud-27-app-notify-push: *job + nextcloud-27-app-richdocuments: *job + nextcloud-27-app-richdocumentscode: *job + nextcloud-27-app-talk: *job + nextcloud-27-app-tasks: *job + nextcloud-27-app-twofactor-webauthn: *job + nextcloud-27-app-user-oidc: *job