Loading .circleci/config.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -60,7 +60,7 @@ jobs: command: brew install getsentry/tools/sentry-cli command: brew install getsentry/tools/sentry-cli - run: - run: name: set Ruby version name: set Ruby version command: echo "ruby-2.4" > ~/.ruby-version command: echo "ruby-2.6" > ~/.ruby-version - restore_cache: - restore_cache: key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }} key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }} Loading Loading
.circleci/config.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -60,7 +60,7 @@ jobs: command: brew install getsentry/tools/sentry-cli command: brew install getsentry/tools/sentry-cli - run: - run: name: set Ruby version name: set Ruby version command: echo "ruby-2.4" > ~/.ruby-version command: echo "ruby-2.6" > ~/.ruby-version - restore_cache: - restore_cache: key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }} key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }} Loading