Skip to content

Commit

Permalink
Fix deployer.cleanCapellaNightlyArtefacts
Browse files Browse the repository at this point in the history
- Wrong parameter name

Change-Id: I6d4ae5140be56cc383e7bdb10ab7e9a2b532e911
Signed-off-by: Sandu Postaru <[email protected]>
  • Loading branch information
sandupostaru committed Feb 13, 2020
1 parent e556e51 commit e2f2570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/deployer.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def capellaNightlyUpdateSite(String inputPath, String outputDirName) {

def cleanCapellaNightlyArtefacts(String dirName) {
def productPath = getFullCapellaProductPath(dirName)
def updateSitePath = getFullCapellaUpdateSitePath(outputDirName)
def updateSitePath = getFullCapellaUpdateSitePath(dirName)
def sshAccount = getSSHAccount()

sshagent (['projects-storage.eclipse.org-bot-ssh']) {
Expand Down

0 comments on commit e2f2570

Please sign in to comment.