Skip to content

Commit

Permalink
[ztp-pr-build]: fix wrong script path
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan committed Jun 25, 2020
1 parent f090197 commit f01445c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/common/sonic-ztp-build-pr/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {

stage('Build') {
steps {
sh './scripts/common/sonic-ztp/build.sh'
sh './scripts/common/sonic-ztp-build/build.sh'
}
}
}
Expand Down

0 comments on commit f01445c

Please sign in to comment.