Skip to content

Commit

Permalink
Idk
Browse files Browse the repository at this point in the history
  • Loading branch information
servadestroya committed Feb 13, 2017
1 parent 8bf1371 commit 0193799
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ before_deploy:
- PACKAGE_PATH="$TRAVIS_BUILD_DIR/.package_updater"
- UPDATER_SCRIPTS_PATH="$TRAVIS_BUILD_DIR/.buildtools/tony_updater"

- rm -rf "$PACKAGE_PATH/"
- mkdir "$PACKAGE_PATH/"
- cp -r ${PACKAGE_DIRS[*]} "$PACKAGE_PATH/"
- python3.5 "$UPDATER_SCRIPTS_PATH/updater_script_gen.py" --sm_path "$PACKAGE_PATH" --version "$VERSION" --notes "Version $VERSION is out!" "Go to $URL to see the changes" --output "$PACKAGE_PATH/updater.txt"
- chmod +x "$UPDATER_SCRIPTS_PATH/deploy.sh"
Expand Down

0 comments on commit 0193799

Please sign in to comment.