vendor_gapps/.gitlab-ci.yml
2021-10-13 01:01:30 -05:00

17 lines
269 B
YAML

image: python:latest
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache:
paths:
- .cache/pip
before_script:
- python -V # Print out python version for debugging
- pip install requests
verify:
script:
- python cicd/verify-permissions.py