Fixing woodpecker env vars. (#347)

This commit is contained in:
Dessalines 2023-08-07 20:32:10 -04:00 committed by GitHub
parent 5637a4a87a
commit 60bb5239f2
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ variables:
- "**/*.gradle"
- ".woodpecker.yml"
pipeline:
steps:
check_formatting:
image: cimg/android:2023.05
commands:
@ -29,6 +29,6 @@ pipeline:
image: alpine:3
commands:
- apk add curl
- "curl -d'Thumb-Key build ${CI_BUILD_STATUS}: ${CI_BUILD_LINK}' ntfy.sh/thumbkey_ci"
- "curl -d'Thumb-Key build ${CI_PIPELINE_STATUS}: ${CI_PIPELINE_URL}' ntfy.sh/thumbkey_ci"
when:
status: [failure, success]