Commit 47e71f7
committed
dist upload: fix conditional to choose autodetect
There was an error in the conditional to determine if the
upload-release-to-s3 script needed to auto-detect any of the
configuration options (project, branch, version, date). This
commit fixes that logic so that the script works even when
all four arguments aren't specified.
tl;dr: "or", not "and"
Signed-off-by: Brian Barrett <[email protected]>1 parent ea46ef1 commit 47e71f7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments