checkout shared first
This commit is contained in:
parent
dd4f6c6ae9
commit
05afe6b867
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "libs/common-ui"]
|
||||
path = libs/common-ui
|
||||
url = ../../sl/common-ui.git
|
||||
url = ssh://git.iqser.com/scm/sl/common-ui.git
|
||||
|
||||
@ -5,10 +5,9 @@ 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
|
||||
# Copy Git submodule data
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
echo "On branch $bamboo_planRepository_branchName building project $PROJECT"
|
||||
# shellcheck disable=SC2154
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user