Skip to content

Commit

Permalink
Add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlington1985 committed Sep 13, 2024
1 parent 8d7a8dd commit 010fbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dockerfiles/Dockerfile.plugins-fips
Original file line number Diff line number Diff line change
Expand Up @@ -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
RUN make release

0 comments on commit 010fbe6

Please sign in to comment.