Skip to content

Commit

Permalink
deploy: prod 배포 시 테스트 스킵
Browse files Browse the repository at this point in the history
  • Loading branch information
ngwoon committed Mar 13, 2023
1 parent 8d98e5e commit 7dabdc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ test {
}
}

asciidoctor.onlyIf { System.getenv('DEPLOY_ENV') == 'dev' }

asciidoctor {
inputs.dir snippetsDir
dependsOn test
Expand Down

0 comments on commit 7dabdc3

Please sign in to comment.