From 6c36dc6846cc44b437c7708f58dcba91f6b96eee Mon Sep 17 00:00:00 2001 From: Andrew Oberstar Date: Fri, 1 Jun 2018 19:50:55 -0500 Subject: [PATCH] Use new locking tasks in Circle CI --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 212c2676..30d33dea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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