Compare commits
3 Commits
1.4
...
d4b71fcddc
Author | SHA1 | Date | |
---|---|---|---|
d4b71fcddc | |||
29a5ac9221
|
|||
f6128fe7cf
|
@@ -473,7 +473,7 @@ steps:
|
||||
- name: notify
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
message: "Commit {{ commit.link }} ran with build {{ build.number }} and finished with status {{ build.status }}."
|
||||
message: "Commit {{ commit.message }} ran with build {{ build.number }} and finished with status {{ build.status }}."
|
||||
to: 14852963
|
||||
token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY
|
||||
when:
|
||||
@@ -503,7 +503,7 @@ steps:
|
||||
- name: notify
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
message: "Commit {{ commit.link }} ran with build {{ build.number }} and finished with status {{ build.status }}."
|
||||
message: "Release {{ build.tag }} ran with build {{ build.number }} and finished with status {{ build.status }}."
|
||||
to: 14852963
|
||||
token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY
|
||||
when:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# ansible
|
||||
|
||||
[](https://drone.burntbunch.org/lerentis/ansible-container)
|
||||
[](https://drone.uploadfilter24.eu/lerentis/ansible)
|
||||
|
||||
Docker images for running and testing ansible playbooks with various operating systems.
|
||||
This Project is based on this [project](https://github.com/pauvos/ansible), which seems abandoned
|
||||
|
Reference in New Issue
Block a user