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

retirnado o -it

parent ef712fc6
...@@ -4,9 +4,6 @@ variables: ...@@ -4,9 +4,6 @@ variables:
ANDROID_SDK_TOOLS_REV: "3859397" # "26.0.1" ANDROID_SDK_TOOLS_REV: "3859397" # "26.0.1"
ANDROID_CMAKE_REV: "3.6.3155560" ANDROID_CMAKE_REV: "3.6.3155560"
before_script:
- chmod +x ./gradlew
stages: stages:
- build_image - build_image
- build - build
...@@ -19,7 +16,7 @@ buildImage: ...@@ -19,7 +16,7 @@ buildImage:
- master - master
stage: build_image stage: build_image
script: 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: build:
tags: tags:
...@@ -28,6 +25,7 @@ build: ...@@ -28,6 +25,7 @@ build:
- master - master
stage: build stage: build
script: script:
- chmod +x ./gradlew
- ./gradlew assembleDebug - ./gradlew assembleDebug
artifacts: artifacts:
paths: 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