mirror of
https://github.com/harness/drone.git
synced 2025-05-17 09:30:00 +08:00
Merge pull request #2100 from kjgorman/master [ci skip]
(minor) typo: 'enviornment' -> 'environment'
This commit is contained in:
commit
e1d28c9ba6
@ -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 New Issue
Block a user