Compare commits

..

1 Commits

Author SHA1 Message Date
Jeffrey Paul cbe9fca1c6 use drone env to set GITREV_BUILD
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2022-12-09 00:56:52 +01:00
3 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,3 @@
*.tmp
*.dockerimage
.git

View File

@ -11,8 +11,9 @@ steps:
dry_run: true
custom_dns: [ 116.202.204.30 ]
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_COMMIT_SHA:0:7}
- ${DRONE_BRANCH}
- latest
- name: notify
image: plugins/slack
settings:

View File

@ -24,7 +24,7 @@ RUN \
zstdmt -d --stdout /build/vendor.tzst | tar xf - && rm /build/vendor.tzst && \
cd .. && \
make mfer.cmd
RUN rm -rf /build/vendor /build/.git && go mod vendor && tar -c . | zstdmt -19 > /src.tzst
RUN rm -rf /build/vendor && go mod vendor && tar -c . | zstdmt -19 > /src.tzst
################################################################################
#2345678911234567892123456789312345678941234567895123456789612345678971234567898
################################################################################