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