Forgot to pipe echo

This commit is contained in:
斟酌 鵬兄 2024-11-01 05:18:06 +08:00
parent cb6109876a
commit 89e990c194

View File

@ -19,5 +19,5 @@ run:
- |
VERSION=$( cat commit.sha )
cat k8s/configmap.yaml >> deploy-confs/prod.yaml
echo -e "\n---\n"
echo -e "\n---\n" >> deploy-confs/prod.yaml
sed "s/IMAGE_TAG/$VERSION/g" k8s/deployments.yaml >> deploy-confs/prod.yaml