2019-12-09 07:16:29 +01:00
|
|
|
services:
|
|
|
|
- docker
|
2018-03-30 02:23:39 +02:00
|
|
|
|
|
|
|
before_install:
|
2019-12-09 07:16:29 +01:00
|
|
|
- git clone --depth=1 https://github.com/discourse/discourse-plugin-ci
|
2018-07-17 02:28:27 +02:00
|
|
|
|
2020-11-03 02:04:26 +01:00
|
|
|
install: true
|
2018-03-30 02:23:39 +02:00
|
|
|
|
2019-12-09 07:16:29 +01:00
|
|
|
script:
|
|
|
|
- discourse-plugin-ci/script.sh
|