Skip to content

Commit

Permalink
Use new locking tasks in Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Jun 2, 2018
1 parent 37bd63f commit 6c36dc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ defaults: &defaults
branches-and-tags: &branches-and-tags
filters:
branches:
ignore: gh-pages
ignore:
- gh-pages
tags:
only: /^\d+\.\d+\.\d+(?:-.+)?$/
tags-only: &tags-only
Expand All @@ -47,7 +48,7 @@ jobs:
- v2-gradle-caches-{{ checksum "reckon-core/gradle/dependency-locks/runtimeClasspath.lockfile" }}-{{ checksum "reckon-gradle/gradle/dependency-locks/runtimeClasspath.lockfile" }}
- run:
name: Update locks
command: ./gradlew generateGlobalLock saveGlobalLock stutterWriteLocks
command: ./gradlew stutterWriteLocks lock --write-locks
- run:
name: Diff lock files
command: git --no-pager diff
Expand Down

0 comments on commit 6c36dc6

Please sign in to comment.