#83 disable cache

merge-requests/46/head
Anton Romanov 5 years ago
parent 94dabd07fb
commit 0feef9016a

@ -1,10 +1,5 @@
image: romanov73/is:ng-tracker-container
cache:
key: "$CI_PROJECT_ID"
paths:
- .gradle/
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
@ -20,32 +15,14 @@ before_script:
build:
stage: build
script: ./gradlew assemble
cache:
key: "$CI_PROJECT_ID"
policy: push
paths:
- build
- .gradle
checkRun:
stage: test
script: ./gradlew bootRun -Dng-tracker.check-run=true
cache:
key: "$CI_PROJECT_ID"
policy: push
paths:
- build
- .gradle
checkStyle:
stage: test
script: ./gradlew check
cache:
key: "$CI_PROJECT_ID"
policy: push
paths:
- build
- .gradle
deploy:
stage: deploy
@ -53,12 +30,6 @@ deploy:
- sh deploy/gdccloud/deploy.sh
only:
- dev
cache:
key: "$CI_PROJECT_ID"
policy: pull
paths:
- build
- .gradle
environment:
name: staging
url: http://193.110.3.124:8080

Loading…
Cancel
Save