Commit 31e08f46 authored by Bruno Agrizzi's avatar Bruno Agrizzi

Corrigindo permissão

parent 44ec89dc
......@@ -17,9 +17,9 @@ build:
stage: build
script:
- echo $ANDROID_HOME
- echo $ANDROID_HOME/android-sdk-linux/build-tools/25.0.3/
- ls $ANDROID_HOME/build-tools/25.0.3/
- chmod +x ./gradlew
- chmod +x $ANDROID_HOME/android-sdk-linux/build-tools/25.0.3/aapt
- chmod +x $ANDROID_HOME/build-tools/25.0.3/aapt
- apk add --no-cache bash
- ./gradlew assembleDebug
artifacts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment