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

Commit

Permalink
fix(Jenkinsfile): Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igdianov committed Feb 13, 2020
1 parent 587be5c commit 2ea3693
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 @@ -38,7 +38,7 @@ pipeline {
// sh "jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:$VERSION"

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

0 comments on commit 2ea3693

Please sign in to comment.