Remove useless line

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-03-07 15:12:28 +01:00
parent 3757c1ab53
commit b6bc764a5f

View File

@ -11,14 +11,13 @@ pipeline:
lint:
image: nextcloudci/android:android-33
commands:
# needs gplay
- export BRANCH=$(scripts/lint/getBranchName.sh $GIT_USERNAME $GIT_TOKEN $DRONE_PULL_REQUEST)
- scripts/lint/lint-up-wrapper.sh $GIT_USERNAME $GIT_TOKEN $BRANCH $LOG_USERNAME $LOG_PASSWORD $DRONE_BUILD_NUMBER
secrets: [ GIT_USERNAME, GIT_TOKEN, LOG_USERNAME, LOG_PASSWORD ]
when:
matrix:
FLAVOR: Lint
notify:
image: drillster/drone-email
host: $EMAIL_HOST