Private
Public Access
2
0

17 Commits

Author SHA1 Message Date
43af15bd4d Merge pull request 'Update .gitea/workflows/publish.yml' (#13) from seb-patch-12 into main
All checks were successful
Publish collection to Galaxy / publish (push) Successful in 39s
Reviewed-on: #13
2026-01-26 16:36:05 +01:00
10a7ac53aa Update .gitea/workflows/publish.yml 2026-01-26 16:35:59 +01:00
6f17dcffc6 Merge pull request 'Update .gitea/workflows/publish.yml' (#12) from seb-patch-11 into main
Some checks failed
Publish collection to Galaxy / publish (push) Failing after 4s
Reviewed-on: #12
2026-01-26 16:33:23 +01:00
4e30f03c0e Update .gitea/workflows/publish.yml 2026-01-26 16:33:14 +01:00
5257840222 Merge pull request 'Update .gitea/workflows/publish.yml' (#11) from seb-patch-10 into main
Some checks failed
Publish collection to Galaxy / publish (push) Failing after 4s
Reviewed-on: #11
2026-01-26 16:28:51 +01:00
52cd626f82 Update .gitea/workflows/publish.yml 2026-01-26 16:28:36 +01:00
78be28c68e Merge pull request 'seb-patch-9' (#10) from seb-patch-9 into main
Some checks failed
Publish collection to Galaxy / publish (push) Failing after 4s
Reviewed-on: #10
2026-01-26 16:27:01 +01:00
1208e5092b Update seb4itik/byow/galaxy.yml 2026-01-26 16:26:42 +01:00
717aaca7eb Update .gitea/workflows/publish.yml 2026-01-26 16:26:04 +01:00
98506f9803 Merge pull request 'Update .gitea/workflows/publish.yml' (#9) from seb-patch-8 into main
All checks were successful
Publish collection to Galagxy / publish (push) Successful in 44s
Reviewed-on: #9
2026-01-26 16:10:40 +01:00
309a0cd971 Update .gitea/workflows/publish.yml 2026-01-26 16:10:32 +01:00
c5b82f5b48 Merge pull request 'Update .gitea/workflows/publish.yml' (#8) from seb-patch-7 into main
Some checks failed
Publish collection to Galagxy / publish (push) Failing after 30s
Reviewed-on: #8
2026-01-26 16:08:05 +01:00
82a299bf33 Update .gitea/workflows/publish.yml 2026-01-26 16:07:57 +01:00
a717aa378f Merge pull request 'Update .gitea/workflows/publish.yml' (#7) from seb-patch-6 into main
Some checks failed
Publish collection to Galagxy / publish (push) Failing after 5s
Reviewed-on: #7
2026-01-26 15:48:50 +01:00
e40cd47d28 Update .gitea/workflows/publish.yml 2026-01-26 15:48:44 +01:00
a7bcb0728b Merge pull request 'Update .gitea/workflows/publish.yml' (#6) from seb-patch-5 into main
All checks were successful
Publish collection to Galagxy / publish (push) Successful in 29s
Reviewed-on: #6
2026-01-26 15:43:30 +01:00
bc46ae6ada Update .gitea/workflows/publish.yml 2026-01-26 15:43:21 +01:00
2 changed files with 13 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
name: Publish collection to Galagxy name: Publish collection to Galaxy
on: on:
push: push:
branches: tags:
- main - 'v*'
jobs: jobs:
publish: publish:
@@ -10,10 +10,13 @@ jobs:
steps: steps:
- run: apt install -y pipx - run: apt install -y pipx
- run: pipx install ansible==12.3.0 --include-deps - run: pipx install ansible==12.3.0 --include-deps
- run: pipx inject ansible ansible-lint --include-apps - run: pipx install yq
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- run: cd seb4itik/byow && /root/.local/bin/ansible-galaxy collection build - run: >
- uses: actions/upload-artifact@v3 cd seb4itik/byow &&
with: VER=$(yq -r '.version' galaxy.yml) &&
name: seb4itik-byow /root/.local/bin/ansible-galaxy collection build &&
path: /workspace/itik/bgwaf/seb4itik/byow/seb4itik-byow-0.1.2.tar.gz /root/.local/bin/ansible-galaxy collection publish seb4itik-byow-${VER}.tar.gz --api-key ${{ secrets.GALAXY_API_KEY }}
# - uses: actions/gitea-upload-artifact@v3
# with:
# path: /workspace/itik/bgwaf/seb4itik/byow/seb4itik-byow-0.1.2.tar.gz

View File

@@ -1,6 +1,6 @@
namespace: "seb4itik" namespace: "seb4itik"
name: "byow" name: "byow"
version: "0.1.2" version: "0.1.3"
readme: "README.md" readme: "README.md"
authors: authors:
- "S. Namèche <sebastien@itik.fr>" - "S. Namèche <sebastien@itik.fr>"