Skip to content
Snippets Groups Projects
Commit 28c0ad1f authored by Taras's avatar Taras
Browse files

Fix ordering

parent b5e31745
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ createGitlabRelease: ...@@ -38,7 +38,7 @@ createGitlabRelease:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
script: script:
- echo "Running the release job" - echo "Running the release job"
needs: ["build"] needs: ["buildFdroid"]
release: release:
tag_name: $CI_COMMIT_TAG tag_name: $CI_COMMIT_TAG
name: 'Version $CI_COMMIT_TAG' name: 'Version $CI_COMMIT_TAG'
......
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