Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Change into directory to run node-modules-meta playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms authored and evgeni committed Apr 29, 2019
1 parent e9aea5b commit 8e5c899
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions workflows/releasePackageWorkflow.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,14 @@ pipeline {
}
} else if (repo_name == 'satellite-node-modules-meta') {

runPlaybook(
playbook: 'generate-source.yml'
)
dir(repo_name) {
runPlaybook(
playbook: 'generate-source.yml'
)

sources = sh(returnStdout: true, script: "ls pkg/*.tar.*").trim().split()
writeYaml(file: '../tool_belt/artifacts', data: sources.toList())
sources = sh(returnStdout: true, script: "ls pkg/*.tar.*").trim().split()
writeYaml(file: '../tool_belt/artifacts', data: sources.toList())
}

} else {

Expand Down

0 comments on commit 8e5c899

Please sign in to comment.