Skip to content

Commit

Permalink
Archive package-lock.json for Katello source release
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms authored and ekohl committed Aug 2, 2023
1 parent 3093bd5 commit b951f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theforeman.org/pipelines/release/source/katello.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pipeline {
}
steps {
sh(script: "npm install --package-lock-only --no-audit", label: "npm install --package-lock-only")
archiveArtifacts(artifacts: 'package-lock.json')
sh(script: "npm ci --no-audit", label: "npm ci")
sh(script: 'JEST_TIMEOUT=300000 npm test', label: "npm test")
}
Expand Down

0 comments on commit b951f72

Please sign in to comment.