You've already forked ansible-role-common
Linted pipeline
This commit is contained in:
@@ -24,9 +24,9 @@ steps:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- molecule test --scenario-name ${MOLECULE_SCENARIO:-default}
|
- molecule test --scenario-name ${MOLECULE_SCENARIO:-default}
|
||||||
secrets: [ auth_duo_host,
|
secrets: [ auth_duo_host,
|
||||||
auth_duo_ikey,
|
auth_duo_ikey,
|
||||||
auth_duo_skey,
|
auth_duo_skey,
|
||||||
auth_duo_mirror_url ]
|
auth_duo_mirror_url ]
|
||||||
when:
|
when:
|
||||||
event: [ cron ]
|
event: [ cron ]
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ steps:
|
|||||||
image: codeberg.org/l-x/woodpecker-ntfy
|
image: codeberg.org/l-x/woodpecker-ntfy
|
||||||
settings:
|
settings:
|
||||||
url: https://ntfy.cybercinch.nz/ci-status
|
url: https://ntfy.cybercinch.nz/ci-status
|
||||||
title: "Lint failed for ${CI_REPO_NAME}"
|
title: "Lint failed for ${CI_REPO_NAME}"
|
||||||
priority: urgent
|
priority: urgent
|
||||||
icon: https://woodpecker-ci.org/img/logo.svg
|
icon: https://woodpecker-ci.org/img/logo.svg
|
||||||
tags: robot,warning,rotating_light,${CI_BUILD_EVENT},${CI_REPO_NAME}
|
tags: robot,warning,rotating_light,${CI_BUILD_EVENT},${CI_REPO_NAME}
|
||||||
|
|||||||
@@ -26,14 +26,14 @@ steps:
|
|||||||
- molecule test --scenario-name ${MOLECULE_SCENARIO:-default}
|
- molecule test --scenario-name ${MOLECULE_SCENARIO:-default}
|
||||||
secrets: [ auth_duo_host, auth_duo_ikey, auth_duo_skey, auth_duo_mirror_url ]
|
secrets: [ auth_duo_host, auth_duo_ikey, auth_duo_skey, auth_duo_mirror_url ]
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- manual
|
- manual
|
||||||
ntfy:
|
ntfy:
|
||||||
image: codeberg.org/l-x/woodpecker-ntfy
|
image: codeberg.org/l-x/woodpecker-ntfy
|
||||||
settings:
|
settings:
|
||||||
url: https://ntfy.cybercinch.nz/ci-status
|
url: https://ntfy.cybercinch.nz/ci-status
|
||||||
title: "Test failed for ${CI_REPO_NAME} - Distro: ${MOLECULE_DISTRO} Scenario: ${MOLECULE_SCENARIO:-default}"
|
title: "Test failed for ${CI_REPO_NAME} - Distro: ${MOLECULE_DISTRO} Scenario: ${MOLECULE_SCENARIO:-default}"
|
||||||
priority: urgent
|
priority: urgent
|
||||||
icon: https://woodpecker-ci.org/img/logo.svg
|
icon: https://woodpecker-ci.org/img/logo.svg
|
||||||
tags: robot,warning,rotating_light,${CI_BUILD_EVENT},${CI_REPO_NAME}
|
tags: robot,warning,rotating_light,${CI_BUILD_EVENT},${CI_REPO_NAME}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ steps:
|
|||||||
image: codeberg.org/l-x/woodpecker-ntfy
|
image: codeberg.org/l-x/woodpecker-ntfy
|
||||||
settings:
|
settings:
|
||||||
url: https://ntfy.cybercinch.nz/ci-status
|
url: https://ntfy.cybercinch.nz/ci-status
|
||||||
title: "Build completed for ${CI_REPO_NAME}"
|
title: "Build completed for ${CI_REPO_NAME}"
|
||||||
priority: urgent
|
priority: urgent
|
||||||
icon: https://woodpecker-ci.org/img/logo.svg
|
icon: https://woodpecker-ci.org/img/logo.svg
|
||||||
tags: robot,tada,white_check_mark,${CI_BUILD_EVENT},${CI_REPO_NAME}
|
tags: robot,tada,white_check_mark,${CI_BUILD_EVENT},${CI_REPO_NAME}
|
||||||
|
|||||||
Reference in New Issue
Block a user