Skip to content

Commit

Permalink
copythis: Makefile: always use circleci.com
Browse files Browse the repository at this point in the history
  • Loading branch information
samsalisbury committed Dec 19, 2019
1 parent 060ca01 commit 27022f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions copythis.circleci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ ifeq ($(DEBUG_CIRCLECI_CLI),YES)
CIRCLECI += --debug
endif

# For config processing, always refer to circleci.com not self-hosted circleci,
# because self-hosted does not currently support the necessary API.
CIRCLECI_CLI_HOST := https://circleci.com
export CIRCLECI_CLI_HOST

# Set up some documentation/help message variables.
# We do not attempt to install the CircleCI CLI from this Makefile.
CCI_INSTALL_LINK := https://circleci.com/docs/2.0/local-cli/\#installation
Expand Down

0 comments on commit 27022f7

Please sign in to comment.