diff options
| author | a14m <[email protected]> | 2021-04-09 18:08:26 +0200 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-04-09 18:08:26 +0200 |
| commit | 4a831d3bf6d9c3541ef34b75104a926999457005 (patch) | |
| tree | 294c1e0e67f57edf4bd6dbb7dcf39c8ba48f0f6f /.builds | |
| parent | c26f381da8770053a82df026b7e56263ab9bb2b8 (diff) | |
Update ruby release command
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/ruby.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/ruby.yml b/.builds/ruby.yml index d488102..a776d36 100644 --- a/.builds/ruby.yml +++ b/.builds/ruby.yml @@ -27,13 +27,13 @@ tasks: - release: | set +x - cd game-of-life/CLI/ruby REF=`git describe --exact-match --tags HEAD ||:` if [[ ! `echo $REF | awk '/^ruby\/v.*$/'` ]]; then echo "Skipping release step. no matching tag" exit 0 fi echo "Publishing release $REF" + cd game-of-life/CLI/ruby bundle exec rake clean bundle exec rake clobber bundle exec rake build |
