修改.gitlab-ci.yml

This commit is contained in:
sk 2024-11-08 11:32:36 +08:00
parent 559f48d018
commit 2b800c1e8b
1 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ build-job:
echo "编译 $line"
go build -v
cd ..
done < shell/programs.txt
done < ./programs.txt
save-job:
stage: save
@ -77,7 +77,7 @@ save-job:
do
echo "删除 $line 配置"
rm ./temp/data/$line
done < ./shell/exclude.txt
done < ./exclude.txt
# 拷贝可执行程序
- echo '拷贝可执行程序'
- |
@ -85,7 +85,7 @@ save-job:
do
echo "拷贝 $line"
mv ./$line/$line ./temp/$line
done < ./shell/programs.txt
done < ./programs.txt
sync_job:
stage: sync