build attempt fix
This commit is contained in:
parent
671ad3185f
commit
cca77ff6b7
@ -5,7 +5,8 @@ set -e
|
||||
imageName="nexus.iqser.com:5001/red/$PROJECT"
|
||||
dockerfileLocation="docker/$PROJECT/Dockerfile"
|
||||
|
||||
commonUIVersion=$(git submodule status | awk '{ print $1; }')
|
||||
git submodule status
|
||||
commonUIVersion=$(git submodule status | awk '{ print $1 }')
|
||||
echo $commonUIVersion
|
||||
echo "STATUS -----"
|
||||
git status
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user