From b5703a88fee79fc93265f8330d4722090c108be0 Mon Sep 17 00:00:00 2001 From: trekhopton Date: Wed, 10 Apr 2024 16:14:55 +0930 Subject: [PATCH] cmd/treatment: remove circleci tag This was done because I don't know why this wouldn't build on circleci with the standard pi audio command in pi.go. --- cmd/treatment/circleci.go | 34 ---------------------------------- cmd/treatment/pi.go | 3 --- 2 files changed, 37 deletions(-) delete mode 100644 cmd/treatment/circleci.go diff --git a/cmd/treatment/circleci.go b/cmd/treatment/circleci.go deleted file mode 100644 index 5e496075..00000000 --- a/cmd/treatment/circleci.go +++ /dev/null @@ -1,34 +0,0 @@ -// +build !pi3 - -/* -DESCRIPTION - circleci.go defines a dummy initialisation command for running on circleci. - -AUTHORS - Ella Pietraroia - Scott Barnard - -LICENSE - Copyright (C) 2020 the Australian Ocean Lab (AusOcean) - - It is free software: you can redistribute it and/or modify them - under the terms of the GNU General Public License as published by the - Free Software Foundation, either version 3 of the License, or (at your - option) any later version. - - It is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - for more details. - - You should have received a copy of the GNU General Public License - in gpl.txt. If not, see http://www.gnu.org/licenses. -*/ - -package main - -import "bitbucket.org/ausocean/utils/logging" - -const audioCmd = "" - -func initCommand(log logging.Logger) {} diff --git a/cmd/treatment/pi.go b/cmd/treatment/pi.go index fe34c3c9..4a1ada52 100644 --- a/cmd/treatment/pi.go +++ b/cmd/treatment/pi.go @@ -1,6 +1,3 @@ -//go:build pi -// +build pi - /* DESCRIPTION pi.go defines an initialisation function for use when running on