Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto update schema #16532

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
update
  • Loading branch information
davidejones committed Jan 23, 2023
commit 864212527a999363b5fd6db5d07d99c7bff9adc1
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ before_script:
- branches

build_reference:
image:
name: timberio/vector:nightly-distroless-static
entrypoint: ["vector", "generate-schema"]
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/docker:18.03.1
tags:
- "runner:main"
except:
Expand All @@ -83,6 +81,8 @@ build_reference:
cache: { }
variables:
GIT_STRATEGY: none
script:
- docker run --rm --pull always timberio/vector:nightly-distroless-static generate-schema > data/reference/schema.json
artifacts:
paths:
- data/reference/schema.json
Expand Down