Compare commits
4 Commits
5f8251325b
...
1b4866b098
| Author | SHA1 | Date |
|---|---|---|
|
|
1b4866b098 | |
|
|
1e9f00573d | |
|
|
27ab3adc3a | |
|
|
9588f11bf5 |
|
|
@ -1,19 +1,23 @@
|
|||
|
||||
- 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:
|
||||
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
|
||||
|
|
@ -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"
|
||||
Loading…
Reference in New Issue