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
This commit is part of merge request !30. Comments created here will be created in the context of that merge request.
...@@ -242,6 +242,7 @@ build-docs: ...@@ -242,6 +242,7 @@ build-docs:
</manifest> </manifest>
__EOM__ __EOM__
# Or when things land. # Or when things land.
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
deploy: deploy:
...@@ -274,4 +275,5 @@ deploy: ...@@ -274,4 +275,5 @@ deploy:
echo "Nothing new to commit."; echo "Nothing new to commit.";
fi fi
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - 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