We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d56f4 commit da142eaCopy full SHA for da142ea
1 file changed
ci-build.sh
@@ -6,7 +6,6 @@
6
# service.
7
#
8
# Required environment variables:
9
-# BUILD_OS - the operating system running the current build (e.g. macOS)
10
# BUILD_REPOSITORY - the repository slug (org/repo) running the current build
11
12
dir="$(dirname "$0")"
@@ -98,8 +97,8 @@ EOL
98
97
fi
99
100
101
- # Install GPG on OSX/macOS
102
- if [ $BUILD_OS = 'macOS' ]; then
+ # Install GPG on macOS
+ if which brew >/dev/null 2>/dev/null; then
103
HOMEBREW_NO_AUTO_UPDATE=1 brew install gnupg2
104
105
0 commit comments