CI fix tentative #12
This commit is contained in:
parent
8f3bdf1d24
commit
ce614d6c0b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
x-site-config: &site_matrix
|
x-site-config: &site_matrix
|
||||||
include:
|
|
||||||
- site: "test"
|
- site: "test"
|
||||||
dest: "/var/www/crashtest"
|
dest: "/var/www/crashtest"
|
||||||
config_file: "test.json"
|
config_file: "test.json"
|
||||||
|
|
@ -24,7 +23,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
strategy:
|
strategy:
|
||||||
<<: *site_matrix
|
include:
|
||||||
|
- <<: *site_matrix
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Debug Matrix
|
- name: Debug Matrix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue