Set new message for the pipeline

This commit is contained in:
dvirlabs 2025-07-07 19:01:18 +03:00
parent 62a27698bf
commit 35d70d06c8

View File

@ -107,7 +107,7 @@ steps:
git config --global user.email "ci@dvirlabs.com"
git clone "https://$${GIT_USERNAME}:$${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/apps-gitops.git"
cd apps-gitops
echo "# trigger at $(date)" >> .trigger
echo "# trigger at $(date) by $${CI_REPO_NAME}" >> .trigger
git add .trigger
git commit -m "ci: trigger apps-gitops build" || echo "no changes"
git push origin HEAD