CI: Update scripts to fail fast (#2672)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
# Install the dependency in CI.
|
||||
|
||||
# Use repo from environment variable, passed from GitHub Actions
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
# these are required for actix
|
||||
apt-get update
|
||||
apt-get install -y libssl-dev pkg-config
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
# This script is used for release.
|
||||
# It tags all remote branches starting with 'v' with the same name as the branch,
|
||||
|
||||
Reference in New Issue
Block a user