diff options
author | cyBerta <cyberta@riseup.net> | 2021-02-01 00:41:49 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-02-01 00:41:49 +0100 |
commit | 9da1dd82ebb8778619a79bd9a896d1dff2fac0e1 (patch) | |
tree | 247bd43e9d172b7d4a56c7eee3d12828c68f0736 | |
parent | fe6832ae0f6d4ab7878f3481af4e0e4126b25788 (diff) |
fix CI build
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d358b22..35748672 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,7 @@ build: script: - ./scripts/cleanProject.sh - ./scripts/build_deps.sh >> build_deps.log 2>&1 - - ./scripts/gradlew clean assembleNormalProductionFatDebug --stacktrace >> build.log 2>&1 + - ./gradlew clean assembleNormalProductionFatDebug --stacktrace >> build.log 2>&1 artifacts: paths: - app/build/outputs/ |