build attempt fix
This commit is contained in:
parent
6514f8447a
commit
43bd37d7de
@ -7,18 +7,11 @@ dockerfileLocation="docker/$PROJECT/Dockerfile"
|
||||
|
||||
commonUIVersion=$(git submodule status | awk '{ print $1; }')
|
||||
echo $commonUIVersion
|
||||
|
||||
sleep 24h
|
||||
ls -lah ../common-ui/.git
|
||||
cd ../common-ui
|
||||
git status
|
||||
git checkout $commonUIVersion
|
||||
git --git-dir ../common-ui checkout $commonUIVersion
|
||||
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