Skip to content

Commit

Permalink
Fix ci-check
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedell committed May 17, 2023
1 parent c4299c8 commit cd3e58f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ ci-release: ci-check clean-dist

.PHONY: ci-check
ci-check:
ifndef $(CI)
$(error "This step should ONLY be run in CI. Exiting...")
endif
[[ -z $$CI ]] && (echo "This step should ONLY be run in CI. Exiting..."; exit 1;) || true

## Cleanup targets #################################

Expand Down

0 comments on commit cd3e58f

Please sign in to comment.