Skip to content
Snippets Groups Projects

Develop

Merged Michelle Weidling requested to merge develop into main
3 files
+ 51
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 12
0
@@ -6,6 +6,7 @@ stages:
- build
- test
- deploy
- release
.build-assets:
@@ -56,3 +57,14 @@ upload:
script:
- FILENAME=$(ls build/*.xar)
- curl -u ci:${EXIST_UPLOAD_PW} -X POST -F file=@${FILENAME} https://ci.de.dariah.eu/exist-upload
release:
image: node:12
only:
- main
stage: release
before_script:
- npm install
script:
- npx semantic-release
Loading