run pipeline only on main pushes CISKIP
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e8e46f7daf
commit
49cbb7ff27
1 changed files with 6 additions and 1 deletions
|
@ -8,3 +8,8 @@ steps:
|
||||||
from_secret: AWX_TOKEN
|
from_secret: AWX_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- "curl -k -X POST -H \"Authorization: Bearer $TOKEN\" https://awx-aaron.apps.yolokube.de/api/v2/job_templates/13/launch/"
|
- "curl -k -X POST -H \"Authorization: Bearer $TOKEN\" https://awx-aaron.apps.yolokube.de/api/v2/job_templates/13/launch/"
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
branch:
|
||||||
|
- main
|
Loading…
Reference in a new issue