From 5da26a5afa8004198c2f9b694066369cb23e2613 Mon Sep 17 00:00:00 2001 From: Richard Tomlinson <23461982+G4TGJ@users.noreply.github.com> Date: Fri, 23 Oct 2020 16:58:15 +0100 Subject: [PATCH] Update TATC docker build for 1-series --- codeship-steps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codeship-steps.yml b/codeship-steps.yml index c4a62be..3c0fe77 100644 --- a/codeship-steps.yml +++ b/codeship-steps.yml @@ -2,8 +2,8 @@ service: app command: /bin/sh -c 'cd FreqGen5351/FreqGen5351 && ./build.sh' - name: TATC - service: app - command: /bin/sh -c 'cd TATC/TATC && ./build.sh' + service: app-1-series + command: /bin/sh -c 'cd TATC/TATC && ./builddocker.sh' - name: Serial817 service: app-1-series command: /bin/sh -c 'cd Serial817/Serial817 && ./builddocker.sh'