Skip to content

Commit

Permalink
Issue #00 fix: updating jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhanc committed Mar 16, 2020
1 parent 3623636 commit 981f3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ node('build-slave') {
stage('Build') {
env.NODE_ENV = "build"
print "Environment will be : ${env.NODE_ENV}"
sh(configure-dependencies.sh)
sh("./configure-dependencies.sh")
sh('''git clone https://github.com/Sunbird-Ed/creation-portal.git -b creation_portal
rm -rf java/registry/src/main/resources/public/_schemas/*
cp -r creation-portal/opensaber_schemas/* java/registry/src/main/resources/public/_schemas/
Expand Down

0 comments on commit 981f3e5

Please sign in to comment.