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