Compare commits

..

1 Commits

Author SHA1 Message Date
Jeffrey Paul 4c0da1a8b2 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:51:19 +01:00
3 changed files with 2 additions and 4 deletions

View File

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

View File

@ -11,9 +11,8 @@ steps:
dry_run: true
custom_dns: [ 116.202.204.30 ]
tags:
- ${DRONE_COMMIT_SHA:0:7}
- ${DRONE_COMMIT_SHA}
- ${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 && go mod vendor && tar -c . | zstdmt -19 > /src.tzst
RUN rm -rf /build/vendor /build/.git && go mod vendor && tar -c . | zstdmt -19 > /src.tzst
################################################################################
#2345678911234567892123456789312345678941234567895123456789612345678971234567898
################################################################################