5c9a68281a
Also limit parallel execution of automation commands so they don't break each other randomly.
5 lines
84 B
Bash
5 lines
84 B
Bash
export $1="$2"
|
|
if [[ "${CI}" == "true" ]]; then
|
|
echo "::set-output name=$1::$2"
|
|
fi
|