Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
Signed-off-by: Khash Sajadi <[email protected]>
  • Loading branch information
khash committed Apr 13, 2019
1 parent e8c3e5e commit 748668d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ $FORCE == "--force" ]]
force="true"
fi

if [[ $BUILDKITE_BRANCH -eq "master" ]]
if [[ $BUILDKITE_BRANCH == "master" ]]
then
channel="edge"
else
Expand Down

0 comments on commit 748668d

Please sign in to comment.