build attempt fix
This commit is contained in:
parent
aa13a03e29
commit
acdba6b482
@ -7,9 +7,14 @@ dockerfileLocation="docker/$PROJECT/Dockerfile"
|
||||
|
||||
commonUIVersion=$(git submodule status | awk '{ print $1; }')
|
||||
echo $commonUIVersion
|
||||
ls -la ../common-ui
|
||||
|
||||
mv ../common-ui ./libs/
|
||||
|
||||
git --git-dir ./libs/common-ui checkout $commonUIVersion
|
||||
|
||||
|
||||
|
||||
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