build attempt fix
This commit is contained in:
parent
cca77ff6b7
commit
d0475a6b46
@ -6,19 +6,13 @@ imageName="nexus.iqser.com:5001/red/$PROJECT"
|
||||
dockerfileLocation="docker/$PROJECT/Dockerfile"
|
||||
|
||||
git submodule status
|
||||
commonUIVersion=$(git submodule status | awk '{ print $1 }')
|
||||
commonUIVersion=$(git submodule status | awk '{ print $1 }' | sed 's|-||g')
|
||||
echo $commonUIVersion
|
||||
echo "STATUS -----"
|
||||
git status
|
||||
echo "STATUS -----"
|
||||
cd ../common-ui
|
||||
git status
|
||||
git checkout $commonUIVersion
|
||||
exit 1
|
||||
|
||||
cd ../redaction-ui
|
||||
mv ../common-ui ./libs/
|
||||
|
||||
|
||||
echo "On branch $bamboo_planRepository_branchName building project $PROJECT"
|
||||
# shellcheck disable=SC2154
|
||||
if [[ "$bamboo_planRepository_branchName" == "master" ]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user