Pipeline tweaks
This commit is contained in:
@@ -48,7 +48,7 @@ steps:
|
||||
- pnpm install --frozen-lockfile
|
||||
- pnpm lint
|
||||
depends_on:
|
||||
- install
|
||||
- Prettier Format Check
|
||||
|
||||
- name: Send Lint Status Notification (failure)
|
||||
image: curlimages/curl
|
||||
@@ -76,7 +76,7 @@ steps:
|
||||
- pnpm install --frozen-lockfile
|
||||
- pnpm build
|
||||
depends_on:
|
||||
- install
|
||||
- Lint Check
|
||||
|
||||
- name: Send Build Status Notification (failure)
|
||||
image: curlimages/curl
|
||||
|
||||
@@ -12,7 +12,7 @@ when:
|
||||
evaluate: 'CI_PIPELINE_DEPLOY_TARGET == "production"'
|
||||
|
||||
depends_on:
|
||||
- ci
|
||||
- build
|
||||
|
||||
steps:
|
||||
- name: Trigger Portainer stack redeploy
|
||||
|
||||
Reference in New Issue
Block a user