Skip to content
Snippets Groups Projects
Commit b00e2ffa authored by Mikaël Barbero's avatar Mikaël Barbero :dagger:
Browse files

Added check for "unset" variables

parent 601ebb9c
No related tags found
1 merge request!14Added check for "unset" variables
#!/usr/bin/env bash
set -eo pipefail
set -euo pipefail
download-artifact() {
curl -s -L -O ${ARTIFACT_URL}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment