Skip to content

Commit

Permalink
changed jenkins and build.sh file (Sunbird-Lern#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmol2302 authored and manzarul committed Oct 11, 2019
1 parent 41c4cdb commit 8e9e7e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ node('build-slave') {
print "Environment will be : ${env.NODE_ENV}"
sh 'git log -1'

sh "cd $currentDir"
// Build the dependencies for sunbird certification-service
sh 'mvn clean install'
}
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "Docker build script"
set -eo pipefail

build_tag=$1
name=user_org_service
name=cert_registry_service
node=$2
org=$3

Expand Down

0 comments on commit 8e9e7e0

Please sign in to comment.