Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -38,3 +38,5 @@ env:
global:
- AWS_ACCESS_KEY_ID=AKIAIRL4BWFPN7P54TBQ
- secure: Zd/tZVmV2dRMao9z+ky5BywSKuWOF3MiKsZetwd1upZ+uj9qzfbOZMnWFW9dlA+Co4MyYqP/I6ADzRpoKLINUqEIPcAPNYQB1qG79SafrRAvTqcjtEHTn2wXh2ZGu3f1T+SCK0ZD3xx1ML8502ENzXjvq+dEmi4kknqmPudkb6k=
deploy:
skip_cleanup: true
3 changes: 1 addition & 2 deletions bin/ci
Original file line number Diff line number Diff line change
@@ -87,6 +87,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

@@ -97,8 +98,6 @@ deploy() {
}

prepare_build() {
export CURRENT_TAG=`git describe --tags --exact-match 2> /dev/null`

on_linux verify_linux_environment

on_linux docker pull "jhass/crystal-build-$ARCH"

0 comments on commit b149c12

Please sign in to comment.