Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 72151ea5 authored by afifun's avatar afifun
Browse files

Update .gitlab-ci.yml

parent 78947e46
Branches task-implementation-course
No related tags found
2 merge requests!185Develop,!132Task/ui info matkul
Pipeline #
image: hafiyyan94/androidsdk25gitlabci:newSet #image: hafiyyan94/androidsdk25gitlabci:newSet
before_script: before_script:
- chmod +x ./gradlew - #chmod +x ./gradlew
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- ssh-add <(echo "$DEPLOY_KEY") - ssh-add <(echo "$DEPLOY_KEY")
...@@ -18,10 +18,10 @@ stages: ...@@ -18,10 +18,10 @@ stages:
unitTests: unitTests:
stage: test stage: test
script: script:
- ./gradlew testDebugUnitTestCoverage - #./gradlew testDebugUnitTestCoverage
artifacts: #artifacts:
paths: # paths:
- app/build/reports # - app/build/reports
deploy_backend_staging: deploy_backend_staging:
stage: staging stage: staging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment