Compare commits

..

4 Commits

Author SHA1 Message Date
p3ls 1b4866b098 di00j9sMYcqoQSlTsf51w 2026-08-18 16:34:26 +02:00
p3ls 1e9f00573d 7x2YxkpDo2PeVMWB6sswC 2026-08-18 16:33:32 +02:00
p3ls 27ab3adc3a nn5xo98ITRgqH0BqCHbUk 2026-08-18 16:31:13 +02:00
p3ls 9588f11bf5 RmzHQtJPJTuvI8QH8VOIQ 2026-08-18 16:30:27 +02:00
3 changed files with 17 additions and 38 deletions

View File

@ -1,19 +1,23 @@
- git_info: "git.intermodi.ch/p3ls/test"
- git_info: git.intermodi.ch/p3ls/test register: repo
register: r
- set_fact: - set_fact:
line: "{{ '21' | randomstring }}" line: "{{ '21' | randomstring }}"
- lineinfile: - lineinfile:
dest: "{{ r.dest }}/test.txt" dest: "{{ repo.dest }}/test.txt"
line: "{{ line }}" line: "{{ line }}"
- git_commit: - git_commit:
repo: git.intermodi.ch/p3ls/test repo: "git.intermodi.ch/p3ls/test"
msg: "{{ line }}" msg: "{{ line }}"
- git_push: git.intermodi.ch/p3ls/test - git_info: "git.intermodi.ch/p3ls/test"
register: repo
- git_tag:
repo: "git.intermodi.ch/p3ls/test"
when: not repo.last_commit_is_tagged
- git_push: "git.intermodi.ch/p3ls/test"
# - git_pull:
# repo: git.intermodi.cc/p3ls/test3

View File

@ -1,29 +0,0 @@
# - debug:
# msg: hello
- release:
name: test
owner: p3ls
path: ..
gitea: true
version: patch
# - go_release:
# name: test
# owner: p3ls
# path: ..
# gitea: true
# targets: linux/arm
# version: patch
# - update:
# owner: p3ls
# name: test
# - release:
# name: test
# owner: p3ls
# path: ../.
# gitea: true
# version: "1.0.0"

View File

@ -1,4 +1,8 @@
vZkkCxP vZkkCxP
jOyX5MfUP2APGkvcZu0sd jOyX5MfUP2APGkvcZu0sd
VmtGAu1u3bAi30hMuJeUR VmtGAu1u3bAi30hMuJeUR
CNIG7kHkTAQu0o6KUas4T CNIG7kHkTAQu0o6KUas4T
RmzHQtJPJTuvI8QH8VOIQ
nn5xo98ITRgqH0BqCHbUk
7x2YxkpDo2PeVMWB6sswC
di00j9sMYcqoQSlTsf51w