Compare commits
No commits in common. "1b4866b0986318fc3a4daefcf4c7794dcd67671f" and "5f8251325b57190797c1f92e8f7c6b0d6401dda6" have entirely different histories.
1b4866b098
...
5f8251325b
|
|
@ -1,23 +1,19 @@
|
||||||
- git_info: "git.intermodi.ch/p3ls/test"
|
|
||||||
register: repo
|
- git_info: git.intermodi.ch/p3ls/test
|
||||||
|
register: r
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
line: "{{ '21' | randomstring }}"
|
line: "{{ '21' | randomstring }}"
|
||||||
|
|
||||||
- lineinfile:
|
- lineinfile:
|
||||||
dest: "{{ repo.dest }}/test.txt"
|
dest: "{{ r.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_info: "git.intermodi.ch/p3ls/test"
|
- git_push: 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
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
|
||||||
|
# - 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"
|
||||||
Loading…
Reference in New Issue