Skip to content

Commit

Permalink
[CI] Fix gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarteau committed Nov 25, 2024
1 parent 598d64a commit a311da8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ push-zip-fetch-repo:
- tmp_repository/*.xml

edit-repository:
image: $REGISTRY_URI/factory-ci-runner:factory-ci
only:
- tags
- master
Expand All @@ -132,12 +133,12 @@ edit-repository:
- package-zip
- push-zip-fetch-repo
before_script:
- PATH=$PATH:~/.local/bin
- pip3 install --user qgis-plugin-repo
- source ~/.bashrc
- pip3 install qgis-plugin-repo
script:
- qgis-plugin-repo merge plugins.xml tmp_repository/*.xml
tags:
- factory
- factory-plain
artifacts:
untracked: true
paths:
Expand Down

0 comments on commit a311da8

Please sign in to comment.