rcook / ibt

Isolated Build Tool
MIT License
0 stars 0 forks source link

Build Commands are ignored #16

Open joerghall opened 6 years ago

joerghall commented 6 years ago

I tried to execute the following sample to check if docker commands work. I don't see the commands being executed.

docker:
  image: kubeworld-build-container:1.2.0
  build:
   -  groupadd -g 981 docker_group_host
    - usermod -a -G docker_group_host joerghall
rcook commented 6 years ago

Repro steps?