Skip to content

Commit

Permalink
test config
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Jun 22, 2023
1 parent 5461d26 commit 4ef65f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ void setDeployPropertyIfNeeded(String key, def value) {
}

String[] getImages() {
return runPythonCommand("make list | tr '\\n' ','", true).trim().split(',')
return ['kogito-runtime-jvm']
}

void runPythonCommand(String cmd, boolean stdout = false) {
Expand Down

0 comments on commit 4ef65f7

Please sign in to comment.