RmzHQtJPJTuvI8QH8VOIQ

master
p3ls 2026-08-18 16:30:27 +02:00
parent 5f8251325b
commit 9588f11bf5
3 changed files with 13 additions and 38 deletions

View File

@ -1,19 +1,22 @@
- git_info: git.intermodi.ch/p3ls/test
register: r
- git_info: "git.intermodi.ch/p3ls/test"
register: repo
- set_fact:
line: "{{ '21' | randomstring }}"
- lineinfile:
dest: "{{ r.dest }}/test.txt"
dest: "{{ repo.dest }}/test.txt"
line: "{{ line }}"
- git_commit:
repo: git.intermodi.ch/p3ls/test
repo: "git.intermodi.ch/p3ls/test"
msg: "{{ line }}"
- git_push: git.intermodi.ch/p3ls/test
- git_info: "git.intermodi.ch/p3ls/test"
register: repo
- git_tag: "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

@ -2,3 +2,4 @@ vZkkCxP
jOyX5MfUP2APGkvcZu0sd
VmtGAu1u3bAi30hMuJeUR
CNIG7kHkTAQu0o6KUas4T
RmzHQtJPJTuvI8QH8VOIQ