Commit cd833b49 authored by nimrod's avatar nimrod
Browse files

Don't pull during run.

It's done with the pull job and it makes the run job faster.
parent c2bac20a
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -140,7 +140,6 @@ dummy:
  before_script:
    - *TAG
  script:
    - docker-compose pull --quiet
    - docker-compose up --detach --remove-orphans
    # yamllint disable rule:line-length
    - |