From 010fbe67fead3e84a2fc994d35a2549909fbc2f0 Mon Sep 17 00:00:00 2001 From: arlington1985 Date: Fri, 13 Sep 2024 15:23:16 +0200 Subject: [PATCH] Add new line --- scripts/dockerfiles/Dockerfile.plugins-fips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dockerfiles/Dockerfile.plugins-fips b/scripts/dockerfiles/Dockerfile.plugins-fips index f08a9b9eb..8d2d25fda 100644 --- a/scripts/dockerfiles/Dockerfile.plugins-fips +++ b/scripts/dockerfiles/Dockerfile.plugins-fips @@ -54,4 +54,4 @@ WORKDIR /cloudwatch RUN if [ -n "$CLOUDWATCH_PLUGIN_BRANCH" ];then git fetch --all && git checkout $CLOUDWATCH_PLUGIN_BRANCH && git remote -v;fi RUN if [ -z "$CLOUDWATCH_PLUGIN_BRANCH" ];then git fetch --all --tags && git checkout tags/$CLOUDWATCH_PLUGIN_TAG -b $CLOUDWATCH_PLUGIN_TAG && git describe --tags;fi RUN go mod download || ( go env -w GOPROXY=direct && go mod download ) -RUN make release \ No newline at end of file +RUN make release