Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci
Original file line number Diff line number Diff line change
@@ -92,7 +92,7 @@ build() {
deploy() {
export CURRENT_TAG=`git describe --tags --exact-match 2> /dev/null`
export GIT_VERSION=`git describe --tags --long --always 2>/dev/null`
on_deploy echo $GIT_VERSION > doc/revision.txt
on_deploy 'echo $GIT_VERSION > doc/revision.txt'

on_deploy aws s3 sync doc/ s3://crystal-api/api/$TRAVIS_BRANCH

0 comments on commit 2260d07

Please sign in to comment.