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