mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-18 12:25:14 +00:00
typo: 'enviornment' -> 'environment'
This commit is contained in:
parent
8c91205042
commit
a84f6d1035
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# only execute this script as part of the pipeline.
|
# only execute this script as part of the pipeline.
|
||||||
[ -z "$CI" ] && echo "missing ci enviornment variable" && exit 2
|
[ -z "$CI" ] && echo "missing ci environment variable" && exit 2
|
||||||
|
|
||||||
# only execute the script when github token exists.
|
# only execute the script when github token exists.
|
||||||
[ -z "$SSH_KEY" ] && echo "missing ssh key" && exit 3
|
[ -z "$SSH_KEY" ] && echo "missing ssh key" && exit 3
|
||||||
|
|
Loading…
Reference in a new issue