Skip to content

Commit be184ef

Browse files
committed
pr comments
1 parent 91d5eaa commit be184ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,7 @@ config-inversion-linter:
366366
needs: []
367367
script:
368368
- ./gradlew --version
369-
- ./gradlew logEnvVarUsages
370-
- ./gradlew checkEnvironmentVariablesUsage
371-
- ./gradlew checkConfigStrings
369+
- ./gradlew logEnvVarUsages checkEnvironmentVariablesUsage checkConfigStrings
372370

373371
test_published_artifacts:
374372
extends: .gradle_build

0 commit comments

Comments
 (0)