Commit 31d12045 authored by Evan Read's avatar Evan Read

Port rules from gitlab-runner project

parent 6f70084c
......@@ -66,6 +66,7 @@
"Grafana",
"Gzip",
"Helm",
"HipChat",
"ID",
"Ingress",
"jasmine-jquery",
......@@ -130,6 +131,7 @@
"Ubuntu",
"Ultra Auth",
"Unicorn",
"unicorn-worker-killer",
"URL",
"WebdriverIO",
"YAML",
......
......@@ -102,6 +102,7 @@ exceptions:
- NFS
- NGINX
- NOTE
- NPM
- NTP
- ONLY
- OSS
......
......@@ -247,6 +247,7 @@ Helm
Heroku
Herokuish
Hexo
HipChat
hostname
hostnames
hotfix
......@@ -295,6 +296,7 @@ keytab
keytabs
Kibana
Kinesis
Klar
Knative
Kramdown
Kroki
......
......@@ -25,9 +25,9 @@ things manually.
As with every job, you need to create a valid `.gitlab-ci.yml` describing the
build environment.
Let's first specify the PHP image that is used for the job process
(you can read more about what an image means in the runner's lingo reading
about [Using Docker images](../docker/using_docker_images.md#what-is-an-image)).
Let's first specify the PHP image that is used for the job process.
(You can read more about what an image means in the runner's lingo reading
about [Using Docker images](../docker/using_docker_images.md#what-is-an-image).)
Start by adding the image to your `.gitlab-ci.yml`:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment