Skip to content

Commit

Permalink
Add Countries packages to automated release in Gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Feb 3, 2022
1 parent 94b9201 commit 4e5ee8f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,18 @@ release:
- name: 'JavPortrait_${VERSION}-${RELEASE}.rpm - Portrait mode JAV images RPM format installation package (Rated R)'
url: 'https://gitlab.com/doctorfree/MirrorImages/-/jobs/${BUILD_JOB_ID}/artifacts/file/dist/JavPortrait_${VERSION}-${RELEASE}.rpm'
link_type: 'package'
- name: 'CountriesLandscape_${VERSION}-${RELEASE}.deb - Landscape mode Countries models landscape images Debian format installation package (Rated R)'
url: 'https://gitlab.com/doctorfree/MirrorImages/-/jobs/${BUILD_JOB_ID}/artifacts/file/dist/CountriesLandscape_${VERSION}-${RELEASE}.deb'
link_type: 'package'
- name: 'CountriesPortrait_${VERSION}-${RELEASE}.deb - Portrait mode Countries models images Debian format installation package (Rated R)'
url: 'https://gitlab.com/doctorfree/MirrorImages/-/jobs/${BUILD_JOB_ID}/artifacts/file/dist/CountriesPortrait_${VERSION}-${RELEASE}.deb'
link_type: 'package'
- name: 'CountriesLandscape_${VERSION}-${RELEASE}.rpm - Landscape mode Countries models landscape images RPM format installation package (Rated R)'
url: 'https://gitlab.com/doctorfree/MirrorImages/-/jobs/${BUILD_JOB_ID}/artifacts/file/dist/CountriesLandscape_${VERSION}-${RELEASE}.rpm'
link_type: 'package'
- name: 'CountriesPortrait_${VERSION}-${RELEASE}.rpm - Portrait mode Countries models images RPM format installation package (Rated R)'
url: 'https://gitlab.com/doctorfree/MirrorImages/-/jobs/${BUILD_JOB_ID}/artifacts/file/dist/CountriesPortrait_${VERSION}-${RELEASE}.rpm'
link_type: 'package'
- name: 'ArtistsLandscape_${VERSION}-${RELEASE}.deb - Landscape mode Artists landscape images Debian format installation package (Rated R)'
url: 'https://gitlab.com/doctorfree/MirrorImages/-/jobs/${BUILD_JOB_ID}/artifacts/file/dist/ArtistsLandscape_${VERSION}-${RELEASE}.deb'
link_type: 'package'
Expand Down

0 comments on commit 4e5ee8f

Please sign in to comment.