Commit 16ecf395 authored by nimrod's avatar nimrod
Browse files

Build Docker Compose images in parallel.

parent 8582ae23
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ dummy:
  before_script:
    - *TAG
  script:
    - docker-compose build --no-cache --pull
    - docker-compose build --no-cache --parallel --pull

.docker-build-hub:
  image: *image