Commit 9eddd9ae authored by Mohamed S's avatar Mohamed S Committed by Protocole
Browse files

Resolve "Some jobs haven't an enough long backward compatibility"

parent 9fb0e789
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ cache:
    prefix: "composer-${CI_COMMIT_REF_SLUG}"
  paths:
    - "${CI_PROJECT_DIR}/${PROJECT_ROOT}/vendor"
  when: "on_success"

composer_install:
  stage: .pre
+1 −0
Original line number Diff line number Diff line
* Remove keyword `cache:when` for longer backward compatibility
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ cache:
    prefix: "npm-${CI_COMMIT_REF_SLUG}"
  paths:
    - "${PROJECT_ROOT}/node_modules"
  when: "on_success"

npm_install:
  stage: .pre
+1 −0
Original line number Diff line number Diff line
* Remove keyword `cache:when` for longer backward compatibility
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
* Remove keyword `cache:when` for longer backward compatibility
 No newline at end of file
Loading