Skip to content

Commit

Permalink
update buddy
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jan 13, 2022
1 parent dd1e4ed commit 478e987
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
type: "BUILD"
working_directory: "/buddy/ci-skip"
docker_image_name: "library/ubuntu"
docker_image_tag: "16.04"
docker_image_tag: "18.04"
execute_commands:
- "echo OK"
mount_filesystem_path: "/buddy/ci-skip"
volume_mappings:
- "/:/buddy/ci-skip"
cache_base_image: true
shell: "BASH"
trigger_condition: "ALWAYS"

0 comments on commit 478e987

Please sign in to comment.