Sha256: 61c891c4950a7059bbadcf1f03e8875f6601c96f1d3a8e92520ccc631a13f583

Contents?: true

Size: 160 Bytes

Versions: 3

Compression:

Stored size: 160 Bytes

Contents

#!/bin/bash -xe

readonly HOST=$1

vagrant up $HOST --provider=digital_ocean
bundle exec rake itamae:$HOST
bundle exec rake spec:$HOST
vagrant destroy -f $HOST

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
itamae-plugin-recipe-git_now-0.1.1 ci/build.sh
itamae-plugin-recipe-tig-0.1.1 ci/build.sh
itamae-plugin-recipe-tmux-0.1.2 ci/build.sh