Sha256: 5ef090e44c42e0fa42d983d3a4d40af0fdd15157ea957c36a7616943d18fba0f
Contents?: true
Size: 483 Bytes
Versions: 5
Compression:
Stored size: 483 Bytes
Contents
#!/bin/bash #/ NAME #/ ao-release -- deploy a major release #/ #/ SYNOPSIS #/ ao release [deploy_set...] # figure out the project root under which bin, lib live shome="$(cd -P -- "$(dirname -- "$BASH_SOURCE")/.." && pwd -P)" # load a jason bourne library source "$shome/sbin/_treadstone" # parse the command-line # entry point function main { set -- $(for a in "$@"; do echo $a.app; done) bundle exec cap "$@" deploy:lock deploy } require 'sub' "$BASH_SOURCE" "$@"
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
alpha_omega-1.2.1 | libexec/ao-release |
alpha_omega-1.2.0 | libexec/ao-release |
alpha_omega-1.1.11 | libexec/ao-release |
alpha_omega-1.1.10 | libexec/ao-release |
alpha_omega-1.1.9 | libexec/ao-release |