mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Reduce console noise at start of CI session. (#52387)
* Reduce console noise at start of CI session. * Use allowed shebang.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash -eux
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o pipefail
|
||||
set -o pipefail -eux
|
||||
|
||||
declare -a args
|
||||
IFS='/:' read -ra args <<< "$1"
|
||||
|
||||
Reference in New Issue
Block a user