Skip to content

Commit

Permalink
Travis CI deplogment.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasMatthias committed May 31, 2021
1 parent aae33a2 commit a98181a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release/
flare.tds.zip
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ deploy:
provider: releases
api_key:
secure: "aJ2abL7eYSE2PaoB94zgf9bz0zZNM36mTwjEzykOnnKBB2znwUiXmGmhktplD8ULVBy4KPNG/SYm5ivmhw2H64JFzbxeh+jvvuKEhPtBxmxhRpYix4YmcDmUGu40VBePrqhN3h9A0MWRRQz9Z5xPsXdoB5hok5BROio0ywnteUE+QYxWB/61ZuAgUjxk74T0HDple1zAeYQWgZcGLgAr0dqtoNIQawb1RDp0VHuy9sDe8W6uly8jNlUf6e6R2NcypIxevi6ZpFBkJjpzz/4u7xXImHDcUA1nSVGQzB6jQTPdjU5drg0DfcG/IVI/CMwHjKLry3RjADo2NKG/4z8OKzlzr7cBZl3Wj0+CyjKchZEiJIStSpvou4AiV6vQWId7ivNDPsbn1b0WRZxqDV7YBD9hlkb2H0ly7MPzL9MAlGCNJ6sA9Ej9ZQ7z9D307gcRakQMMNYumVl2H3fPOMn1yiIVmKJXTbACt24B2C4v4iD1tcofh1iMBDdOBT/OAg1pRCBtSGHrC04sEDRnIKKPB/Mz+V+j7Zm59pjqmKLDuiLIzc9JCPaUfxv67TUFc6dwxQEzzD63mF6QI7pIdlaxPH9/qt/C8bek++JNvjpq9KkH0QHU7rRRwTrQi0mIN0nyVyINM1mrKpGHUxICsH/4Y6+IeoOhVZyIw4Bbc5zYxmE="
file: "release/flare-tds.zip"
file:
- "flare.tds.zip"
skip_cleanup: true
on:
tags: true
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,4 @@ tds:
cp $(DIST-DIR)/$(TDS-ZIP) .
rm -r $(DIST-DIR)

mkdir -p release/
mv $(TDS-ZIP) release/

release: tds

0 comments on commit a98181a

Please sign in to comment.