Skip to content

Commit

Permalink
fix(docs): GitLab CI/CD pipeline config (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben8t authored Oct 27, 2023
1 parent c4b7a69 commit d5a4b8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/docs/05.developer-guide/13.cicd/02.gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ stages:
- deploy-flow

default:
image: kestra/kestra:latest
image:
name: kestra/kestra:latest
entrypoint: [""]

variables:
KESTRA_HOST: https://kestra.io/
Expand All @@ -36,7 +38,7 @@ kestra-validate-flows-job:
stage: test
# Validate our flows on server-side
script:
- /app/kestra flow validate --server https://${KESTRA_HOST}/
- /app/kestra flow validate ./kestra/flows --server ${KESTRA_HOST}

kestra-validate-template-job:
stage: test
Expand Down

0 comments on commit d5a4b8b

Please sign in to comment.