Skip to content

Commit

Permalink
try to fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tapika committed Sep 7, 2019
1 parent df218a6 commit 5c9be77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ install:
- source set-env-vars.sh
deploy:
provider: releases
skip_cleanup: true
overwrite: true
api_key:
secure: Z1zngqESTpxiLGS+oW/L3fgmsOqpLiVDuklQqZ2mpEazCIbcinxL67batcrkA6snVQpA3WYysCwCQu9EqWphhv2iuIrWzp8pUp4y4mL6EFBeQup7K4rrAyaQThco7sZ2GIAFlYTfsmxCdFYpi9wNN8WquLjdF6bPQWCOWBqJCYZ5NYuK5GanM4VQQ/q/azDDY3h26g/mbxI5frzWS+JwnJWY28IZNlhYwp/iQlivuF0y2xjv7xziETU+CF6XFxu17P+0EurfsdpZ7Dl8fAEAyHaC0Ujwya9XUXkSYyays4xBjIxgEoHvlj5hQG4IPMvzJFP76BKG1NtQ8g/hBicYYnIS0Ylmu/h+terB97mLcAkutIC8LMtYvxZxF5MCFneI9SZh73Ghj8cKhFUxWGG1b24Dqa50KW7bnYXiQFX96XExpoha/NixgN6ujzIeEMtRjTylq/lmmyhENtDD5uZj3HvHuQka74hal+ArVMaRVqSfkfeIr+xD35pARxJqpyZUUrQ9u9V/hd5GO+Td47RxY4SGcb47jT82M5mDQRAP8SSpq5tCSjD18LI2BpByLLUTH+wW7wRIAU9YnQ1Ur3w24rOZh4qwU+u1Am3YCJarpvcjfz8Y6aBc86ffxXh7Qcv5XASNvENSUSPqkD+bpeSEXLY7v6E+qyjW7aNWxlhzSKI=
file: "$DEPLOY_FILE"
Expand Down
2 changes: 1 addition & 1 deletion set-env-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ else
DEPLOY_FILE=$TRAVIS_BUILD_DIR/test_cppreflect
fi

export TRAVIS_TAG=cppreflect_1_0
export TRAVIS_TAG=1.0

echo ---------------------------------------------------------------------------
echo DEPLOY_FILE: $DEPLOY_FILE
Expand Down

0 comments on commit 5c9be77

Please sign in to comment.