Unverified Commit f7074700 authored by fzyzcjy's avatar fzyzcjy Committed by GitHub
Browse files

CI: Update scripts to fail fast (#2672)

parent 21ec66e5
#!/bin/bash
set -euxo pipefail
# Install the dependency in CI.
# Use repo from environment variable, passed from GitHub Actions
......
#!/bin/bash
set -euxo pipefail
# these are required for actix
apt-get update
apt-get install -y libssl-dev pkg-config
......
#!/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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment