测试编译流水线配置文件

This commit is contained in:
2026-01-07 09:17:06 +08:00
parent 1ba7a034f0
commit 695c50d0ae
+1 -3
View File
@@ -41,9 +41,7 @@ steps:
- |
echo "ENV DUMP:"
env
- |
set -euo pipefail
- |
if [ -n "${CI_COMMIT_TAG:-}" ]; then
IMAGE_TAG="${CI_COMMIT_TAG}"
else