Skip to content

Commit

Permalink
klipper: use git to generate version file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuf committed Jan 11, 2025
1 parent 860ca25 commit 6f09ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/klipper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ARG VERSION=master
RUN git clone ${REPO} klipper \
&& cd klipper \
&& git checkout ${VERSION} \
&& python3 scripts/make_version.py prind > klippy/.version \
&& echo -n $(git describe --tags)-prind > klippy/.version \
&& rm -rf .git

RUN venv/bin/pip install -r klipper/scripts/klippy-requirements.txt \
Expand Down

0 comments on commit 6f09ae5

Please sign in to comment.