Need linebreaks for multiple spec

This commit is contained in:
2024-11-01 05:15:51 +08:00
parent a74f588640
commit cb6109876a
2 changed files with 2 additions and 2 deletions

View File

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