Skip to content

Commit

Permalink
Fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz committed Jan 7, 2021
1 parent ca76156 commit c6ec1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ compileTestKotlin.kotlinOptions {
}

file("flank-debug.properties").run {
if (!exists() && System.getenv("CI") != null) writeText(
if (!exists() && System.getenv("CI") == null) writeText(
"""
#zenhub.repo-id=84221974
#
Expand Down

0 comments on commit c6ec1bd

Please sign in to comment.