编辑文件 my-first-workflow.yaml
This commit is contained in:
@@ -144,7 +144,7 @@ steps:
|
||||
ls
|
||||
ls -t login_v* 2>/dev/null | head -1
|
||||
BIN_NAME=$(ls -t login_v* 2>/dev/null | head -1)
|
||||
echo "BIN_NAME: $BIN_NAME"
|
||||
echo "BIN_NAME: ${BIN_NAME}"
|
||||
if [ -z "$BIN_NAME" ]; then
|
||||
echo "❌ 未找到可执行的login文件"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user