Removed Unnecessary Flex class

This commit is contained in:
2025-07-11 11:44:28 +00:00
parent 88a1572747
commit 01b0cbfadf
51 changed files with 111 additions and 112 deletions

View File

@ -3,15 +3,15 @@ set -euo pipefail
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd -P )
cd "$parent_path" || exit
./lint.sh
#./lint.sh
if [ 1 -eq "$#" ]
then
./version_bump.sh "$1"
# ./version_bump.sh "$1"
make build-production TAG="$1"
else
./version_bump.sh
# ./version_bump.sh
make build-production
fi
cd "$parent_path/ansible" || exit
ansible-playbook --inventory hosts playbook.yml
ansible-playbook --inventory=hosts playbook.yml