Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit f0b8d3a

Browse files
authored
Update Jenkinsfile (#52)
1 parent c6e6369 commit f0b8d3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ pipeline {
3636
sh "jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:$PREVIEW_VERSION"
3737

3838
// Let's build chart to check for any errors
39-
dir("./charts/$APP_NAME") {
40-
sh "make build"
41-
}
39+
//dir("./charts/$APP_NAME") {
40+
// sh "make build"
41+
//}
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)