Skip to content

Commit

Permalink
Updated packages. Enabled auto template in ci script. Added param to …
Browse files Browse the repository at this point in the history
…assign custom username to send with webhook. (#27)
  • Loading branch information
Johannestegner authored Jul 11, 2020
1 parent e40971a commit ba87221
Show file tree
Hide file tree
Showing 4 changed files with 2,048 additions and 1,952 deletions.
19 changes: 2 additions & 17 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
include:
- https://gitlab.com/jitesoft/gitlab-ci-lib/raw/master/dependency_scanning.yml
- https://gitlab.com/jitesoft/gitlab-ci-lib/raw/master/js_common.yml

stages:
- test
- deploy

test:
extends: .npm:test

deploy:
extends: .npm:build:deploy
variables:
NODE_ENV: development

scan:
extends: .scan:npm
- file: /Auto/npm.yml
project: jitesoft/gitlab-ci-lib
Loading

0 comments on commit ba87221

Please sign in to comment.