Skip to content
.gitlab-ci.yml 398 B
Newer Older
nimrod's avatar
nimrod committed
---
build:
  tags: ["host01.shore.co.il"]
  only: ["nimrod"]
nimrod's avatar
nimrod committed
  script:
    - cid="$(basename $(cat /proc/1/cpuset))"
    - docker pull adarnimrod/presentation
    - >-
      docker run
      --rm
      --volumes-from "$cid"
      --volume "/var/www/www.shore.co.il/resume:/builds/nimrod/resume/output"
      --workdir "/builds/nimrod/resume"
      adarnimrod/presentation
      make DESTDIR=output