Simplify our intentions

This commit is contained in:
Paulo F. Oliveira 2021-01-07 22:57:46 +00:00
parent ce48c51154
commit 6776065aca
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ jobs:
image: 'erlang:${{ matrix.otp_vsn }}'
env:
LATEST_OTP_RELEASE: 23.1
RUNNING_ON_CI: true
steps:
- shell: bash
run: |

View File

@ -1,6 +1,6 @@
# See LICENSE for licensing information.
ifdef RUNNING_ON_CI
ifdef CI
REBAR = ./rebar3
else
REBAR ?= $(shell command -v rebar3 >/dev/null 2>&1 && echo "rebar3" || echo "$(CURDIR)/rebar3")