File tree Expand file tree Collapse file tree
correctedforecaster/build/package
jsonfrontend/build/package
xmlfrontend/build/package Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ WORKDIR /src
3030RUN go mod download
3131
3232COPY internalprotocol /src/internalprotocol
33- COPY parameters/ /src/parameters/
3433COPY correctedforecaster/internal/ /src/correctedforecaster/internal/
3534
3635RUN go test ./...
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ WORKDIR /src
66RUN go mod download
77
88COPY internalprotocol /src/internalprotocol
9- COPY parameters/ /src/parameters/
109COPY jsonfrontend/internal /src/jsonfrontend/internal
1110COPY jsonfrontend/pkg /src/jsonfrontend/pkg
1211
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ WORKDIR /src
66RUN go mod download
77
88COPY internalprotocol /src/internalprotocol
9- COPY parameters/ /src/parameters/
109COPY xmlfrontend/internal /src/xmlfrontend/internal
1110COPY xmlfrontend/pkg /src/xmlfrontend/pkg
1211
You can’t perform that action at this time.
0 commit comments