Skip to content
Snippets Groups Projects

feature/web service deploy

Merged Sebastian Hahta requested to merge feature/web-service-deploy into master
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -29,8 +29,10 @@ linux:
- make
- ctest --output-on-failure
linux:
stage: all
webserver-deploy:
only:
- master
stage: deploy
tags:
- linux
variables:
Loading