Skip to content
Snippets Groups Projects
Commit 1ac1cb96 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Fix: gitlab-ci

parent 2b94d538
Branches
No related tags found
1 merge request!21Fix: Added missing ProjectInstitutes
Pipeline #855402 waiting for manual action
......@@ -26,9 +26,10 @@ publish:
migration:
rules:
- if: $CI_MERGE_REQUEST_ID
when: never # Ignore detached head jobs created by merge requests.
- if: $CI_PIPELINE_SOURCE != "schedule"
when: manual
stage: commands
script:
- dotnet run --project .\src\$DOTNET_MAIN_PROJECT_FOLDER -- --noDryRun
\ No newline at end of file
when: manual
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment