896: Ignore `staging.tmp` for bors r=heinrich5991 a=heinrich5991
This commit is contained in:
bors[bot] 2017-10-15 13:23:50 +00:00
commit 25e7fff0ee
3 changed files with 10 additions and 0 deletions

View file

@ -26,3 +26,6 @@ env:
global:
- CFLAGS="-Wdeclaration-after-statement -Werror"
- CXXFLAGS="-Werror"
branches:
except:
- staging.tmp

View file

@ -28,3 +28,6 @@ environment:
artifacts:
- path: build*/DDNet-*.zip
name: DDNet
branches:
except:
- staging.tmp

View file

@ -46,6 +46,10 @@ test:
make package
mv DDNet-*.tar.* ${CIRCLE_ARTIFACTS}
branches:
ignore:
- staging.tmp
##
##deployment:
## master: