FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit a9932c54 authored by Robin Goodall's avatar Robin Goodall :speech_balloon:
Browse files

CI test that specs are latest

parent 209523bd
No related branches found
No related tags found
1 merge request!25Add CI test job to check specs are up to date
......@@ -31,3 +31,11 @@ pypi-release:
needs: ["build"]
variables:
DIST_LOCATION: "/dist"
latest-spec:
image: python:3.10
stage: test
script:
- pip install -r ./scripts/requirements.txt
- ./pull-specs.sh --token ${GITLAB_PULL_SPECS_TOKEN}
- git diff --exit-code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment