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
|
||||
site: "test"
|
||||
x-site_matrix: &site_matrix
|
||||
- site: "test"
|
||||
dest: "/var/www/crashtest"
|
||||
config_file: "test.json"
|
||||
|
||||
|
|
@ -23,8 +23,8 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
strategy:
|
||||
include:
|
||||
- <<: *site_matrix
|
||||
matrix:
|
||||
include: *site_matrix
|
||||
|
||||
steps:
|
||||
- name: Debug Matrix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue