From 6e72d7cc114bcb903a79a4c08852c54999c1e237 Mon Sep 17 00:00:00 2001 From: Richard Tomlinson Date: Sat, 26 Sep 2020 13:00:28 +0100 Subject: [PATCH] Remove Serial817 from build as device not supported by docker image --- codeship-steps.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/codeship-steps.yml b/codeship-steps.yml index 8826008..2a1ec3a 100644 --- a/codeship-steps.yml +++ b/codeship-steps.yml @@ -1,9 +1,6 @@ - name: FreqGen5351 service: app command: /bin/sh -c 'cd FreqGen5351/FreqGen5351 && ./build.sh' -- name: Serial817 - service: app - command: /bin/sh -c 'cd Serial817/Serial817 && ./build.sh' - name: TATC service: app command: /bin/sh -c 'cd TATC/TATC && ./build.sh'