Skip to content

Commit

Permalink
ci/deploy: remove errant option
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Jul 31, 2019
1 parent 1204f0f commit ad835dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/doc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ do
case "$arg" in
--rustup) rustup=1 ;;
--rustup=*) die "--rustup option does not take an argument" ;;
--no-rustup) rustup=0 ;;
--no-rustup) rustup= ;;
--no-rustup=*) die "--no-rustup option does not take an argument" ;;
-*) die "unknown option $arg" ;;
*) die "usage: $0 [--rustup|--no-rustup]" ;;
Expand Down
2 changes: 1 addition & 1 deletion ci/deploy/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# distributed without the express permission of Materialize, Inc.

steps:
- command: ci/deploy/docs.sh --no-rustup
- command: ci/deploy/docs.sh
timeout_in_minutes: 30
plugins:
- docker#v3.1.0:
Expand Down

0 comments on commit ad835dd

Please sign in to comment.