CI 수정
This commit is contained in:
@@ -40,7 +40,6 @@ version_update:
|
||||
echo "ㅤ"
|
||||
echo "ㅤ"
|
||||
echo "아래 항목에 대해서 CI 작업을 시작합니다!"
|
||||
echo "ㅤ"
|
||||
for index in "${!different_names[@]}"; do
|
||||
name="${different_names[$index]}"
|
||||
version="${different_versions[$index]}"
|
||||
@@ -57,8 +56,6 @@ version_update:
|
||||
https://lab.jhcloud.kr/api/v4/projects/53/trigger/pipeline
|
||||
;;
|
||||
*)
|
||||
echo "ㅤ"
|
||||
echo "ㅤ"
|
||||
echo "프로젝트 \"$name\"을(를) 찾을 수 없습니다!"
|
||||
echo "ㅤ"
|
||||
echo "ㅤ"
|
||||
@@ -67,15 +64,15 @@ version_update:
|
||||
|
||||
done
|
||||
|
||||
cp $file2 $file1
|
||||
cd ./old
|
||||
ls -l
|
||||
cp $file2 $file1 && cd ./old
|
||||
git add ./
|
||||
git commit -m "버전 관리"
|
||||
git push origin main
|
||||
|
||||
else
|
||||
echo "ㅤ"
|
||||
echo "버전이 변한 애플리케이션이 없습니다."
|
||||
echo "ㅤ"
|
||||
fi
|
||||
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user