ci: make MCP script shell-compatible
This commit is contained in:
@@ -69,7 +69,10 @@ jobs:
|
|||||||
port: ${{ secrets.SERVER_PORT || '22' }}
|
port: ${{ secrets.SERVER_PORT || '22' }}
|
||||||
command_timeout: 30m
|
command_timeout: 30m
|
||||||
script: |
|
script: |
|
||||||
set -Eeuo pipefail
|
set -eu
|
||||||
|
if [ -n "${BASH_VERSION:-}" ]; then
|
||||||
|
set -o pipefail
|
||||||
|
fi
|
||||||
|
|
||||||
LOG_DIR=/home/atai/logs
|
LOG_DIR=/home/atai/logs
|
||||||
mkdir -p "${LOG_DIR}"
|
mkdir -p "${LOG_DIR}"
|
||||||
|
|||||||
Reference in New Issue
Block a user