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:
parent
8b0ea1fd07
commit
45f7fd7079
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue