pull/5370/head
filip mertens 2 years ago committed by bunsenstraat
parent 4c714b0f8b
commit 660fad6d6a
  1. 2
      .circleci/config.yml

@ -223,6 +223,8 @@ jobs:
working_directory: ~/remix-project
steps:
- checkout
- run: echo << pipeline.git.revision >>
- run: git rev-parse --short --verify HEAD
- restore_cache:
keys:
- v1-deps-{{ checksum "yarn.lock" }}

Loading…
Cancel
Save