Verified Commit ee8994f1 authored by Davide Depau's avatar Davide Depau
Browse files

Don't fail if cache does not exist

parent 96a96d56
Loading
Loading
Loading
Loading
Loading
+2 −2
Changes for .gitlab-ci.yml: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ variables:
  GIT_SUBMODULE_STRATEGY: recursive

before_script:
  - mv usr-local-bundle /usr/local/bundle   # Move extracted cache to its
  - mv home-bundle ~/.bundle                # original place
  - mv usr-local-bundle /usr/local/bundle || true   # Move extracted cache to its
  - mv home-bundle ~/.bundle || true                # original place
  - apk add npm
  - npm install
  - bundle install