Skip to content
Snippets Groups Projects
Verified Commit 402c42a7 authored by Jonas Gröger's avatar Jonas Gröger :palm_tree:
Browse files

refactor: ci folder structure (planning#394)

parent c9e3772b
No related branches found
No related tags found
No related merge requests found
...@@ -5,12 +5,10 @@ ...@@ -5,12 +5,10 @@
- mkdir --mode 700 -p ~/.ssh - mkdir --mode 700 -p ~/.ssh
- echo "$UBERSPACE_KNOWN_HOST" >> ~/.ssh/known_hosts - echo "$UBERSPACE_KNOWN_HOST" >> ~/.ssh/known_hosts
workflow: include:
rules: - project: 'fit-connect/pipeline'
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' ref: main
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS' file: 'workflows/no-duplicate-pipelines.gitlab-ci.yml'
when: never
- if: '$CI_COMMIT_BRANCH'
stages: stages:
- build - build
......
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