checkout shared first
This commit is contained in:
parent
61eff68caa
commit
dd4f6c6ae9
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "libs/common-ui"]
|
||||
path = libs/common-ui
|
||||
url = ssh://git.iqser.com/scm/sl/common-ui.git
|
||||
url = ../../sl/common-ui.git
|
||||
|
||||
@ -5,6 +5,11 @@ set -e
|
||||
imageName="nexus.iqser.com:5001/red/$PROJECT"
|
||||
dockerfileLocation="docker/$PROJECT/Dockerfile"
|
||||
|
||||
# pull submodule code for ui shared libs
|
||||
|
||||
#ssh-keyscan -t rsa git.iqser.com >> ~/.ssh/known_hosts
|
||||
git submodule update --init --recursive
|
||||
|
||||
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