diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-07 15:25:08 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-07 15:25:08 +0100 |
| commit | 9bc421138a2a4ecf5ee7dc46d9a4faa1af12c80e (patch) | |
| tree | 6eefa669060f88bcdad3ae9a8c086bde8de74c8d /docker | |
| parent | 6586eb92c14e8e16ccfb19b5d3eb45eecf348e11 (diff) | |
Pip build: Add tag pull
Diffstat (limited to 'docker')
| -rwxr-xr-x | docker/pip/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/pip/build.sh b/docker/pip/build.sh index 6a9a6f0..d1e0c15 100755 --- a/docker/pip/build.sh +++ b/docker/pip/build.sh @@ -1,5 +1,6 @@ #!/bin/sh +git pull origin --tags VERSION=$(git tag | sort -V | tail -1) mkdir -p out/"$VERSION" |
