Skip to content

Commit a7de550

Browse files
renamed demo pipelines (#501)
1 parent 3de39a5 commit a7de550

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/interface/cli/commands/hybrid/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const INSTALLATION_DEFAULTS = {
1818
NAMESPACE: 'codefresh',
1919
MAKE_DEFAULT_RE: false,
2020
RUN_DEMO_PIPELINE: true,
21-
DEMO_PIPELINE_NAME: 'Codefresh-Runner Demo',
21+
DEMO_PIPELINE_NAME: 'CF_Runner_Demo',
2222
PROJECT_NAME: 'Runner',
2323
CF_CONTEXT_NAME: 'cf-runner',
2424
STORAGE_CLASS_PREFIX: 'dind-local-volumes-runner',

lib/interface/cli/commands/hybrid/migration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const {
1515
} = require('./helper');
1616
const { getNewAgentName } = require('../agent/helper');
1717

18-
const TEST_PIPELINE_NAME = 'Codefresh Migration Test';
18+
const TEST_PIPELINE_NAME = 'CF_Runner_Migration_test';
1919

2020
async function createAndRunTestPipeline(runtimeName, errHandler) {
2121
let testPipeline;

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.68.8",
3+
"version": "0.68.9",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)