Skip to content

Commit

Permalink
Added linter step
Browse files Browse the repository at this point in the history
  • Loading branch information
baamenabar committed Feb 12, 2019
1 parent 04e4bd4 commit e8bc79f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pipelines/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ node {
}
}
stage('Lint') {
sh 'echo ...Linting ... coming soon && pwd && echo ${WORKSPACE} && ls -la '
ciContainer.inside{
sh 'npm run lint'
}
}
stage('Test') {
ciContainer.inside ("--env-file ${WORKSPACE}/.env.test") {
Expand Down

0 comments on commit e8bc79f

Please sign in to comment.