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

feat: test deploy stage


Signed-off-by: Sébastien Heurtematte's avatarsebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
parent 2c8f6bc9
No related branches found
No related tags found
No related merge requests found
Pipeline #12235 failed
......@@ -242,6 +242,7 @@ build-docs:
</manifest>
__EOM__
# Or when things land.
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
deploy:
......@@ -274,4 +275,5 @@ deploy:
echo "Nothing new to commit.";
fi
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
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