Skip to content

Commit 1bebc51

Browse files
Saas-7234 fixed pipeline not running on correct runtime-env (#468)
* fixed pipeline not running on correct runtime-env
1 parent e5a140a commit 1bebc51

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/interface/cli/commands/hybrid/init.cmd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ async function createAndExecuteDemoPipeline(runtimeName, progressReporter) {
8888
name: INSTALLATION_DEFAULTS.DEMO_PIPELINE_NAME,
8989
exitProcess: false,
9090
annotation: [],
91+
'runtime-name': runtimeName,
9192
}));
9293
await handleError(pipelineExecutionError, 'Failed to run demo pipeline', progressReporter, installationProgress.events.PIPELINE_EXECUTED);
9394

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.63.7",
3+
"version": "0.63.9",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)