typo: 'enviornment' -> 'environment'

This commit is contained in:
kjgorman 2017-07-02 17:40:26 +01:00
parent 8c91205042
commit a84f6d1035

View file

@ -1,7 +1,7 @@
#!/bin/sh
# 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.
[ -z "$SSH_KEY" ] && echo "missing ssh key" && exit 3