diff --git a/apps/cli/executables/go/iiwf_trigger/pkg/ingest/get_info.go b/apps/cli/executables/go/iiwf_trigger/pkg/ingest/get_info.go index f7b9674b04655bfd816f440d7b2f6e92824bd2a6..08f6d5039d4c6af2ec263dcf8e291b2f717b3a6e 100644 --- a/apps/cli/executables/go/iiwf_trigger/pkg/ingest/get_info.go +++ b/apps/cli/executables/go/iiwf_trigger/pkg/ingest/get_info.go @@ -34,6 +34,10 @@ type calibrationInfo struct { Locator string `json:"locator"` } +//CapoInput +/** + * struct for holding CAPO information + */ type CapoInput struct { CapoPath string CapoProfile string diff --git a/ci/bin/build-go.sh b/ci/bin/build-go.sh index 8e835515147b4ada4c40cad1ed65191f0ecdf20b..ddb88a02bbef602406290b39c02092eb95e50c1c 100755 --- a/ci/bin/build-go.sh +++ b/ci/bin/build-go.sh @@ -41,7 +41,7 @@ do cd "$module" # Run the build - CGO_ENABLED=0 go build -a -ldflags "-w -s" -o $BUILD_DIR/$module + CGO_ENABLED=0 go build -a -buildvcs=false -ldflags "-w -s" -o $BUILD_DIR/$module cd .. done diff --git a/config/go-watcher/bin/local-build-go.sh b/config/go-watcher/bin/local-build-go.sh index 20c9d0c6b3a71cf7cad896bc86cc91d87d6745ec..43466702f7c79c86d591a8d2b43c19856dddbdcb 100755 --- a/config/go-watcher/bin/local-build-go.sh +++ b/config/go-watcher/bin/local-build-go.sh @@ -32,7 +32,7 @@ do # Run the build # go generate - CGO_ENABLED=0 go build -a -ldflags "-w -s" -o $BUILD_DIR/$module + CGO_ENABLED=0 go build -a -buildvcs=false -ldflags "-w -s" -o $BUILD_DIR/$module cd .. done diff --git a/shared/workspaces/alembic/versions/1f32110d170d_move_vlass_cal_nodes.py b/shared/workspaces/alembic/versions/1f32110d170d_move_vlass_cal_nodes.py index c090c2dfd41add05828cd7027a3b064e9ceec4b1..8763370c0a630f255761fb207cbbf6f58afbc9fc 100644 --- a/shared/workspaces/alembic/versions/1f32110d170d_move_vlass_cal_nodes.py +++ b/shared/workspaces/alembic/versions/1f32110d170d_move_vlass_cal_nodes.py @@ -1,7 +1,7 @@ """move vlass cal nodes Revision ID: 1f32110d170d -Revises: 762c98a8adf1 +Revises: 0f3095e84234 Create Date: 2023-05-19 09:29:36.233260 """