Skip to content
Snippets Groups Projects
Commit 1177ebea authored by Kristina Mazur's avatar Kristina Mazur
Browse files

Fix typo SOURE to SOURCE in .gitlab-ci.yml file

parent 398fdf06
No related branches found
No related tags found
2 merge requests!76Draft: Updated Python code example,!73Initial open source version
Pipeline #1534488 passed
......@@ -38,7 +38,7 @@ doxygen:
when: on_success
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'
when: manual
- if: '$CI_PIPELINE_SOURE == "trigger"'
- if: '$CI_PIPELINE_SOURCE == "trigger"'
when: on_success
# === Build and deploy the website ===
......@@ -77,5 +77,5 @@ pages:
when: on_success
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'
when: manual
- if: '$CI_PIPELINE_SOURE == "trigger"'
- if: '$CI_PIPELINE_SOURCE == "trigger"'
when: on_success
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