Commit 0eb2a79d authored by Bruno Agrizzi's avatar Bruno Agrizzi

retirnado o -it

parent ef712fc6
......@@ -4,9 +4,6 @@ variables:
ANDROID_SDK_TOOLS_REV: "3859397" # "26.0.1"
ANDROID_CMAKE_REV: "3.6.3155560"
before_script:
- chmod +x ./gradlew
stages:
- build_image
- build
......@@ -19,7 +16,7 @@ buildImage:
- master
stage: build_image
script:
- docker run -it -v $(pwd)/sdk:/opt/android-sdk thyrlian/android-sdk /bin/bash
- docker run -v $(pwd)/sdk:/opt/android-sdk thyrlian/android-sdk /bin/bash
build:
tags:
......@@ -28,6 +25,7 @@ build:
- master
stage: build
script:
- chmod +x ./gradlew
- ./gradlew assembleDebug
artifacts:
paths:
......
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