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

Fix: Removed migrate stage

parent bccb599b
No related branches found
No related tags found
No related merge requests found
Pipeline #865244 passed
......@@ -6,7 +6,6 @@ include:
stages:
- build
- publish
- commands
variables:
......@@ -23,14 +22,3 @@ publish-gitlab-release:
publish:
extends: .publish-artifact-release
migration:
rules:
- if: $CI_MERGE_REQUEST_ID
when: never # Ignore detached head jobs created by merge requests.
- if: $CI_PIPELINE_SOURCE != "schedule"
when: manual
- when: manual
stage: commands
script:
- dotnet run --project .\src\$DOTNET_MAIN_PROJECT_FOLDER -- --noDryRun
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment