mirror of
https://github.com/NiciDieNase/chaosflix
synced 2025-02-16 21:18:23 +00:00
CircleCI: fix string after variable
This commit is contained in:
parent
ba6a284493
commit
cf844cd224
1 changed files with 3 additions and 3 deletions
|
@ -79,9 +79,9 @@ jobs:
|
|||
command:
|
||||
./gradlew \
|
||||
--continue \
|
||||
common:ktlint$FLAVOR1$BUILD_TYPEcheck \
|
||||
touch:ktlint$FLAVOR1$FLAVOR2$BUILD_TYPEcheck \
|
||||
leanback:ktlint$FLAVOR1$BUILD_TYPEcheck
|
||||
common:ktlint$FLAVOR1${BUILD_TYPE}check \
|
||||
touch:ktlint$FLAVOR1$FLAVOR2${BUILD_TYPE}check \
|
||||
leanback:ktlint$FLAVOR1${BUILD_TYPE}check
|
||||
- store_artifacts:
|
||||
path: common/build/reports/ktlint/
|
||||
destination: ktlint-reports
|
||||
|
|
Loading…
Add table
Reference in a new issue