mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07: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:
parent
5e9b089ec2
commit
a1fec259c1
11 changed files with 22 additions and 22 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue