ci/scripts/deps-install - exit if any command fails (#8368)

feature/default_network_editable
kumavis 5 years ago committed by GitHub
parent f9989c52c5
commit bc99728e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .circleci/scripts/deps-install.sh

@ -1,5 +1,9 @@
#!/usr/bin/env bash
# Print commands and their arguments as they are executed.
set -x
# Exit immediately if a command exits with a non-zero status.
set -e
yarn --frozen-lockfile --ignore-scripts --har

Loading…
Cancel
Save