Skip to content

Commit

Permalink
misc: support unset variables in lhci dogfood script (#9745)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored and paulirish committed Sep 27, 2019
1 parent 16fdf45 commit b650789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/scripts/dogfood-lhci.sh
@@ -1,6 +1,6 @@
#!/bin/bash

set -euox pipefail
set -eox pipefail

# This script requires LHCI_CANARY_SERVER_URL and LHCI_CANARY_SERVER_TOKEN variables to be set.

Expand Down

0 comments on commit b650789

Please sign in to comment.