mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 10:15:39 +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') {
|
stage('Upload') {
|
||||||
steps {
|
steps {
|
||||||
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
|
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