ls
This commit is contained in:
parent
d728c439e2
commit
4cba5bae9c
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ build_script:
|
|||
before_deploy:
|
||||
- pwd
|
||||
- ls
|
||||
- find . -type f -name "*.exe"
|
||||
- ls release
|
||||
- ls -R
|
||||
# - find . -type f -name "*.exe"
|
||||
# - git config --local user.name $(git log -1 $TRAVIS_COMMIT --pretty="%aN")
|
||||
# - git config --local user.email $(git log -1 $TRAVIS_COMMIT --pretty="%cE")
|
||||
# - git tag "$(git log --format=%h -1)-mac"
|
||||
|
|
Loading…
Reference in a new issue