Skip to content
Snippets Groups Projects

Unify notice timelines to make changes easier.

Merged lambadalambda requested to merge feature/restructure-timelines into develop
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -33,11 +33,13 @@ stages:
- deploy
test:
stage: test
script:
- yarn
- npm run unit
build:
stage: build
script:
- yarn
- npm run build
@@ -46,6 +48,7 @@ build:
- dist/
deploy:
stage: deploy
environment: dev
only:
- develop
Loading