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:
parent
d96aa3bdb8
commit
92656aa4ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user