fix: Parse Version from container and remove ostree commit
This commit is contained in:
parent
783b9cb2d6
commit
33bebb5e29
16 changed files with 30 additions and 30 deletions
|
|
@ -3,4 +3,3 @@
|
|||
set -euo pipefail
|
||||
|
||||
rm -rf /tmp/* /var/*
|
||||
ostree container commit
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@
|
|||
set -euo pipefail
|
||||
|
||||
if ! command -v jq > /dev/null; then
|
||||
rpm-ostree install jq
|
||||
if command -v rpm-ostree > /dev/null; then
|
||||
rpm-ostree install jq
|
||||
else
|
||||
dnf -y install jq
|
||||
fi
|
||||
fi
|
||||
|
||||
ostree container commit
|
||||
|
|
|
|||
|
|
@ -66,7 +66,3 @@ else
|
|||
color_string "$(print_banner "Failed '${module}' Module")" "31"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if command -v ostree > /dev/null; then
|
||||
ostree container commit
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue