mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-26 22:50:56 +00:00
Add set -x for debugging
This commit is contained in:
parent
8fbeaa81d8
commit
bdba9c14e7
1 changed files with 1 additions and 0 deletions
1
.github/deploy.sh
vendored
1
.github/deploy.sh
vendored
|
@ -2,6 +2,7 @@
|
|||
# Automatically deploy on gh-pages
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
SOURCE_BRANCH="master"
|
||||
TARGET_BRANCH="gh-pages"
|
||||
|
|
Loading…
Reference in a new issue