Update Jenkinsfile:
Correct the path of script
This commit is contained in:
parent
90c7f89742
commit
53e31cb92f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -22,5 +22,5 @@ pipeline {
|
||||
def runScript() {
|
||||
def workDir = "${WORKSPACE}"
|
||||
|
||||
sh "python ${WORKSPACE}/bin/amdvlk_build_deb_from_tag.py -w ${WORKSPACE} -a ${githubToken}"
|
||||
sh "python ${WORKSPACE}/utils/amdvlk_build_deb_from_tag.py -w ${WORKSPACE} -a ${githubToken}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user