Added submodule update to release.sh
Change-Id: I50314153673bb1e061c80e369214ed25ac3bd5f1
This commit is contained in:
parent
f5563cae55
commit
eaba97fb25
@ -1,5 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
|
||||
git reset --hard
|
||||
git submodule update --init
|
||||
git status -s | grep "." && ( echo "Contains unknown files" ; exit 1 )
|
||||
|
||||
if [ "$1" = "release" ] ; then
|
||||
sed -i -e 's/FINAL=False/FINAL=True/g' packstack/version.py
|
||||
SNAPTAG=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user