mirror of
https://github.com/valitydev/image-riak-base.git
synced 2024-11-06 02:05:19 +00:00
build_utils: subproject update.
This commit is contained in:
parent
7b3cfc23e6
commit
7fe6ba6bf6
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "build-utils"]
|
||||
path = build-utils
|
||||
url = git+ssh://github.com/rbkmoney/build_utils
|
||||
[submodule "build_utils"]
|
||||
path = build_utils
|
||||
url = git+ssh://github.com/rbkmoney/build_utils
|
||||
|
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -28,10 +28,12 @@ def images_pipeline(String repoName, String agentLabel, Closure body) {
|
||||
}
|
||||
|
||||
images_pipeline("images", 'docker-host') {
|
||||
runStage('submodules') {
|
||||
sh 'make submodules'
|
||||
withCredentials(
|
||||
[[$class: 'FileBinding', credentialsId: 'github-rbkmoney-ci-bot-file', variable: 'GITHUB_PRIVKEY']]) {
|
||||
runStage('submodules') {
|
||||
sh 'make submodules'
|
||||
}
|
||||
}
|
||||
|
||||
runStage('stage3 download') {
|
||||
sh 'make .latest-stage3'
|
||||
}
|
||||
|
1
Makefile
1
Makefile
@ -12,6 +12,7 @@ SUBMODULES = build-utils
|
||||
SUBTARGETS = $(patsubst %,%/.git,$(SUBMODULES))
|
||||
|
||||
$(SUBTARGETS):
|
||||
GIT_SSH_COMMAND="$(shell which ssh) -o StrictHostKeyChecking=no -o User=git $(shell [ -n "${GITHUB_PRIVKEY}" ] && echo -o IdentityFile="${GITHUB_PRIVKEY}")" \
|
||||
git submodule update --init $(basename $@)
|
||||
touch $@
|
||||
|
||||
|
1
build_utils
Submodule
1
build_utils
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit e4adea653c6ca5920e7a0a912db6b8b8bca5da37
|
Loading…
Reference in New Issue
Block a user