#!/usr/bin/env bash -o errexit -o nounset -o pipefail (#3)

This commit is contained in:
folex
2021-03-24 12:40:12 +03:00
committed by GitHub
parent a560fab1af
commit d36ea090ea
17 changed files with 379 additions and 16 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
mkdir -p artifacts