Commit 46508d3b authored by nimrod's avatar nimrod
Browse files

Personal registry.

parent 83848ce7
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ build:
      - master
  script:
    - cid="$(basename $(cat /proc/1/cpuset))"
    - docker pull adarnimrod/ci-images:python3
    - docker pull registry.shore.co.il/ci-images:python3
    - >-
      docker run
      --rm
@@ -22,6 +22,6 @@ build:
      --volumes-from "$cid"
      --volume "/var/www/www.shore.co.il/blog:/builds/nimrod/blog/output"
      --workdir "$PWD"
      adarnimrod/ci-images:python3
      registry.shore.co.il/ci-images:python3
      /bin/sh -xc
      "pipenv --python=python3 install && pipenv run clean && pipenv run build"