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 795d78a commit 449582dCopy full SHA for 449582d
Earthfile
@@ -26,7 +26,7 @@ rust-base:
26
check-clean-git-history:
27
FROM +rust-base
28
# renovate: datasource=github-releases depName=DeveloperC286/clean_git_history
29
- ENV CLEAN_GIT_HISTORY_VERSION="v0.2.0"
+ ENV CLEAN_GIT_HISTORY_VERSION="v1.0.0"
30
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
31
DO +COPY_METADATA
32
ARG from_reference="origin/HEAD"
0 commit comments