Removed Unnecessary Flex class
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user