Skip to content
Snippets Groups Projects
Commit 0003915d authored by Sébastien Heurtematte's avatar Sébastien Heurtematte :speech_balloon:
Browse files

feat: push to dpeloy branch


Signed-off-by: Sébastien Heurtematte's avatarsebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
parent 186ee899
No related branches found
No related tags found
No related merge requests found
Pipeline #50288 passed
...@@ -50,7 +50,7 @@ push-modification: ...@@ -50,7 +50,7 @@ push-modification:
git commit -m "Website build - job: $CI_JOB_NAME-$CI_JOB_ID \ git commit -m "Website build - job: $CI_JOB_NAME-$CI_JOB_ID \
Build logs: $CI_JOB_URL" Build logs: $CI_JOB_URL"
git log --graph --abbrev-commit --date=relative -n 5 git log --graph --abbrev-commit --date=relative -n 5
git push origin HEAD:$CI_DEFAULT_BRANCH; git push origin HEAD:$GIT_INIT_DEFAULT_BRANCH;
else else
echo "No changes have been detected, nothing to publish" echo "No changes have been detected, nothing to publish"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment