Skip to content

Commit 90143e6

Browse files
Remove temporary stuff for testing
1 parent cf4075c commit 90143e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def RELEASE_BRANCHES = ["master"]
2121
/**
2222
* Branches to send notifcations for
2323
*/
24-
def NOTIFY_BRANCHES = ["slacknotify","master"]
24+
def NOTIFY_BRANCHES = ["master"]
2525

2626

2727
/**

src/imperative.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {IImperativeConfig} from "@zowe/imperative";
1515
const MAX_LENGTH = 8;
1616
const MAX_HLQ_LENGTH = 35;
1717
const MAX_TARGETDIR_LENGTH = 255;
18-
fiddle
1918
const config: IImperativeConfig = {
2019
commandModuleGlobs: ["**/cli/*/*.definition!(.d).*s"],
2120
pluginHealthCheck: __dirname + "/healthCheck.handler",

0 commit comments

Comments
 (0)