Skip to content

Commit

Permalink
hack/make: remove --skip-update-check flag
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee committed Sep 7, 2019
1 parent 6457163 commit 07cd462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make/orb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SHELL := /usr/bin/env bash

TAG = $(shell cat ./src/VERSION.txt)

CIRCLECI_FLAGS ?= --skip-update-check
CIRCLECI_FLAGS ?=
ifneq ($(V),)
CIRCLECI_FLAGS+=--debug
endif
Expand Down

0 comments on commit 07cd462

Please sign in to comment.