Skip to content

Commit

Permalink
issue #SB-00 feat: xhanges for sunbomdule
Browse files Browse the repository at this point in the history
  • Loading branch information
manzarul committed Sep 18, 2019
1 parent 1433b59 commit edf8b52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/sunbird-utils
Submodule sunbird-utils deleted from 7fea88
5 changes: 4 additions & 1 deletion pipelines/build/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ node() {
}

stage('Build') {
sh ("cd samza && mvn clean install")
sh """
git submodule update --init --recursive --remote
cd samza && mvn clean install
"""
}

stage('Archive artifacts'){
Expand Down
2 changes: 1 addition & 1 deletion sunbird-utils

0 comments on commit edf8b52

Please sign in to comment.