I have no idea what Copilot was doing there.

This commit is contained in:
2025-04-21 16:21:32 -04:00
parent 500e43cb34
commit 8740d3dfad

View File

@@ -69,7 +69,7 @@ Update Deployment:
stage: Update Deployment stage: Update Deployment
script: | script: |
echo "## Do not edit this file directly. It is auto-generated by the script." > argocd/deployment/deployment.yml echo "## Do not edit this file directly. It is auto-generated by the script." > argocd/deployment/deployment.yml
sed "s|__TAG__|${{ gitea.ref_name }}|g" argocd/template/deployment.yml >> argocd/deployment/deployment.yml sed "s|__TAG__|${CI_COMMIT_TAG}|g" argocd/template/deployment.yml >> argocd/deployment/deployment.yml
artifacts: artifacts:
expire_in: 1 hour expire_in: 1 hour
paths: paths: