We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f2d05 commit ef4bd08Copy full SHA for ef4bd08
Earthfile
@@ -23,7 +23,7 @@ alpine-base:
23
check-clean-git-history:
24
FROM +alpine-base
25
# renovate: datasource=github-releases depName=DeveloperC286/clean_git_history
26
- ENV CLEAN_GIT_HISTORY_VERSION="v0.2.0"
+ ENV CLEAN_GIT_HISTORY_VERSION="v1.0.0"
27
RUN wget -O - "https://github.com/DeveloperC286/clean_git_history/releases/download/${CLEAN_GIT_HISTORY_VERSION}/x86_64-unknown-linux-musl.gz" | gzip -d > /usr/bin/clean_git_history && chmod 755 /usr/bin/clean_git_history
28
DO +COPY_METADATA
29
ARG from_reference="origin/HEAD"
0 commit comments