Fix: Kots should be sorted by date as a relationship of the voucher. This was causing them to appear in random order in sales.

This commit is contained in:
2021-06-22 05:34:02 +05:30
parent 1c222872d2
commit 567fb836b3
4 changed files with 22 additions and 29 deletions

View File

@ -5,17 +5,7 @@ cd "$parent_path" || exit
./lint.sh
if [ 1 -eq "$#" ]
then
./version_bump.sh "$1"
else
echo "No version bump"
git push
git tag --delete latest
git tag latest
git push --delete origin latest
git push --tags
fi
./version_bump.sh "$1"
cd "$parent_path/docker/app" || exit
docker build --tag barker:latest .