Revert localCheckout

This commit is contained in:
Douglas Stebila 2020-03-26 21:05:04 -04:00
parent 1ff2323752
commit fc69fa35b7

View File

@ -14,7 +14,7 @@ localCheckout: &localCheckout
docker:
- image: ${IMAGE}
steps:
- *localCheckout # change this from "checkout" to "*localCheckout" when running CircleCI locally
- checkout # change this from "checkout" to "*localCheckout" when running CircleCI locally
- run:
name: Configure
command: scripts/git_no_checkin_in_last_day.sh || (mkdir build && cd build && cmake -GNinja ${CONFIGURE_ARGS} ..)