We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c843a73 commit ead156bCopy full SHA for ead156b
ci/steps/brew-bump.sh
@@ -5,6 +5,15 @@ main() {
5
cd "$(dirname "$0")/../.."
6
# Only sourcing this so we get access to $VERSION
7
source ./ci/lib.sh
8
+ source ./ci/steps/steps-lib.sh
9
+
10
+ echo "Checking environment variables"
11
12
+ # We need VERSION to bump the brew formula
13
+ if [[ $(is_env_var_set "VERSION") -eq 1 ]]; then
14
+ echo "VERSION is not set"
15
+ exit 1
16
+ fi
17
18
# NOTE: we need to make sure cdrci/homebrew-core
19
# is up-to-date
0 commit comments