test
This commit is contained in:
@@ -6,9 +6,9 @@ mkdir -p "$MC_CONFIG_DIR"
|
|||||||
|
|
||||||
mc --config-dir "$MC_CONFIG_DIR" alias set "$S3_ALIAS" "$S3_URL" "$S3_ACCESS_KEY_ID" "$S3_SECRET_ACCESS_KEY"
|
mc --config-dir "$MC_CONFIG_DIR" alias set "$S3_ALIAS" "$S3_URL" "$S3_ACCESS_KEY_ID" "$S3_SECRET_ACCESS_KEY"
|
||||||
|
|
||||||
OUTPUT=$(bash -c "mc --config-dir \"$MC_CONFIG_DIR\" $ARGS")
|
exec 5>&1
|
||||||
|
OUTPUT=$(bash -c "mc --config-dir \"$MC_CONFIG_DIR\" $ARGS" | tee /dev/fd/5)
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
echo "$OUTPUT"
|
|
||||||
|
|
||||||
#Output multiline strings.
|
#Output multiline strings.
|
||||||
#https://trstringer.com/github-actions-multiline-strings/
|
#https://trstringer.com/github-actions-multiline-strings/
|
||||||
|
|||||||
Reference in New Issue
Block a user