Skip to content

Commit

Permalink
ci: Shared danger to local stage (remove possible double CI pipelines)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Aug 23, 2023
1 parent bb00a36 commit 69201c3
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Gitlab CI config
#
# Note: When updating, please also update test_esptool.yml GH Actions workflow file
include:
- project: 'espressif/shared-ci-dangerjs'
ref: master
file: 'danger.yaml'
stages:
- pre-check
- test
- report
- build_docs
- deploy_docs
- deploy_development_package

workflow:
rules:
Expand All @@ -13,13 +16,12 @@ workflow:
when: never
- if: '$CI_COMMIT_BRANCH'

stages:
- danger
- test
- report
- build_docs
- deploy_docs
- deploy_development_package
include:
- project: espressif/shared-ci-dangerjs
ref: master
file: danger.yaml
run-danger-mr-linter:
stage: pre-check

# cache the pip download directory in all jobs
variables:
Expand Down

0 comments on commit 69201c3

Please sign in to comment.