Remove unnecessary git tag parsing logic in nixos docker build
This commit is contained in:
parent
f479a5bbad
commit
2c07b6c7b0
1 changed files with 0 additions and 10 deletions
10
vendor/docker-nixos/build.sh
vendored
10
vendor/docker-nixos/build.sh
vendored
|
@ -2,16 +2,6 @@
|
|||
|
||||
set -exEuo pipefail
|
||||
|
||||
git fetch --tags
|
||||
|
||||
nixos_tag="$(
|
||||
git tag |
|
||||
grep '^nixos-' |
|
||||
sed -e 's/^nixos-//' |
|
||||
sort -V |
|
||||
tail -n1
|
||||
)"
|
||||
|
||||
if [ -z "$NIXOS_TAG" ]; then
|
||||
echo "Error: NIXOS_TAG is not set or is empty."
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue