1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 16:07:25 +03:00

add a comment to explain why we're passing args

This commit is contained in:
Shawn Allen 2017-07-12 13:43:31 -07:00
parent d96aa3bdb8
commit 92656aa4ec

View File

@ -1,6 +1,8 @@
#!/bin/bash
set -e
# --yes gets passed in by .travis.yml,
# which makes this easier to test locally
args=${@:1}
# always publish a canary release if this is a PR build