Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
gkazakov111 committed Apr 15, 2020
1 parent 5ace2a0 commit 969579a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN VERSION="version=$(git describe --tag --always 2> /dev/null)" \
&& LDFLAGS="-s -w -X '"${BUILDINFO_PACKAGE}$VERSION"' -X '"${BUILDINFO_PACKAGE}$DATETIME"' -X '"${BUILDINFO_PACKAGE}$REPOSITORY"' -X '"${BUILDINFO_PACKAGE}$REVISION"' -X '"${BUILDINFO_PACKAGE}$BUILDER"'" \
&& CGO_ENABLED=0 go build -mod=readonly -a -o /artifacts/${PROJECT} -ldflags="${LDFLAGS}" \
&& echo "Build flags: ${LDFLAGS}" \
#&& mv /${PROJECT} /${PROJECT}/ \
&& mv attributes.template /attributes.template \
&& mv systemAttributes.template /systemAttributes.template \
&& mv usageTickets.template /usageTickets.template
Expand Down

0 comments on commit 969579a

Please sign in to comment.