Merge pull request 'update the ci/cd config and screenshots' (#91) from develop into master
metroline continuous-integration/metroline Details
continuous-integration/drone/push Build is passing Details

Reviewed-on: #91
This commit is contained in:
Simon Vieille 2022-01-13 00:47:43 +01:00
commit 22011cb681
3 changed files with 10 additions and 3 deletions

View File

@ -15,8 +15,11 @@ steps:
- make npm-build
when:
branch:
- develop
- feature/*
exclude:
- master
include:
- develop
- feature/*
- name: release
image: deblan/devenv
@ -34,7 +37,11 @@ steps:
- make release
when:
branch:
- master
exclude:
- develop
- feature/*
include:
- master
volumes:
- name: artifacts

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB