From 1238107b137dd1a5b2495021e81f65042e53f00d Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Mon, 24 Sep 2018 16:10:20 +0300 Subject: [PATCH] image_builder: try to build by my tag --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e52155cc..38f17b58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_deploy: # Set up git user name and tag this commit - git config --local user.name "urpylka" - git config --local user.email "urpylka@gmail.com" - - git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)" + #- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)" - sudo chmod -R 777 ${BUILD_DIR} - cd ${BUILD_DIR} && zip ${IMAGE_NAME}.zip ${IMAGE_NAME} deploy: @@ -30,4 +30,5 @@ deploy: api_key: ${GITHUB_OAUTH_TOKEN} file: ${IMAGE_PATH}.zip skip_cleanup: true - + on: + tags: true \ No newline at end of file