Skip to content

Commit

Permalink
temp solution
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 31, 2023
1 parent 9e38ae1 commit 7ae3bdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dsl/scripts/pr_check.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import org.kie.jenkins.MavenSettingsUtils

void launch() {
docker.image('quay.io/jan_stastny/kogito-ci-build:0.0.0-test2').inside {
// TODO temporary solution until image is rebuilt
sh 'sudo alternatives --install /usr/local/bin/npm npm /home/nonrootuser/.nvm/versions/node/v16.20.0/bin/npm 1'
sh 'npm --version'

try {
launchStages()
} finally {
Expand Down

0 comments on commit 7ae3bdb

Please sign in to comment.