From c90d75321a6b35910d92be4ee14cee59ad549fef Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Sun, 23 Sep 2018 03:16:53 -0700 Subject: [PATCH] Finish renaming targets in circle --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b9ae03..277d605 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,7 +56,7 @@ jobs: - run: pip install pipenv==2018.7.1 - run: apt-get update && apt-get install -y gcc-arm-none-eabi gettext wget unzip - - run: make SKIP_KEYMAP_VALIDATION=1 USER_KEYMAP=boards/noop.py build-pyboard + - run: make SKIP_KEYMAP_VALIDATION=1 USER_KEYMAP=user_keymaps/noop.py build-pyboard build_teensy_31: docker: @@ -75,7 +75,7 @@ jobs: - run: pip install pipenv==2018.7.1 - run: apt-get update && apt-get install -y gcc-arm-none-eabi gettext wget unzip - - run: make USER_KEYMAP=boards/noop.py build-teensy-3.1 + - run: make USER_KEYMAP=user_keymaps/noop.py build-teensy-3.1 workflows: version: 2