Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandawsonuk authored Dec 12, 2018
1 parent 3b6226f commit 629c633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
// sh "jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:$PREVIEW_VERSION"


dir(".charts/$APP_NAME") {
dir("./charts/$APP_NAME") {
sh "make build"
}
}
Expand Down

0 comments on commit 629c633

Please sign in to comment.