Skip to content

Commit

Permalink
ci: update ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cenk1cenk2 committed Nov 28, 2022
1 parent 3724405 commit ecb9461
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ stages:
variables:
NODE_VERSION: 18-alpine
NODE_TEST_COMMAND: test
TYPEDOC_PATTERNS: '.'

include:
- project: devops/pipes
file: /templates/node.gitlab-ci.yml

- project: devops/pipes
file: /templates/v2/node-run.gitlab-ci.yml

- project: devops/pipes
file: /templates/semantic-release.gitlab-ci.yml

Expand All @@ -25,15 +27,13 @@ test:

typedoc:
stage: docs
image: $CI_REGISTRY/devops/pipes/gitlab-pipes-node:${NODE_VERSION}
script:
- pipe run docs:api
extends: .node-run
variables:
NODE_COMMAND_SCRIPT: docs:api
artifacts:
paths:
- docs/
only:
refs:
- master
- main
tags:
- docker

0 comments on commit ecb9461

Please sign in to comment.