redirect/.gitlab-ci.yml
2022-10-29 00:02:52 +11:00

13 lines
211 B
YAML

stages:
- build
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- vendor/
include:
- .gitlab-docker-x86_64.yml