Commit f6f04443 authored by Protocole's avatar Protocole
Browse files

Merge branch '391-some-jobs-haven-t-an-enough-long-backward-compatibility' into 'latest'

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

Closes #391

See merge request r2devops/hub!222
parents 9fb0e789 9eddd9ae
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