updated buddy.yml

pull/2/head
Hari Sekhon 5 years ago
parent dfab5a2245
commit 22b4cda046

@ -28,10 +28,10 @@
docker_image_name: "library/ubuntu" docker_image_name: "library/ubuntu"
docker_image_tag: "18.04" docker_image_tag: "18.04"
execute_commands: execute_commands:
- "apt update &&" - apt update
- "apt install -qy git make &&" - apt install -qy git make
- "make init &&" - make init
- "make ci test" - make ci test
volume_mappings: volume_mappings:
- "/:/buddy/devops-bash-tools" - "/:/buddy/devops-bash-tools"
shell: "BASH" shell: "BASH"

Loading…
Cancel
Save