1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Correct path to promote script

This commit is contained in:
Jonah Graham 2022-08-22 19:31:40 -04:00
parent 8b0ea1fd07
commit 45f7fd7079

View file

@ -11,7 +11,7 @@ pipeline {
stage('Upload') {
steps {
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
sh './scripts/promote-files-to-download.sh'
sh './releng/scripts/promote-files-to-download.sh'
}
}
}