Remove sequence
parent
50e3484275
commit
a0ebb7760b
|
@ -13,9 +13,7 @@ jobs:
|
||||||
version: [2019.2.11f1, 2018.4.13f1]
|
version: [2019.2.11f1, 2018.4.13f1]
|
||||||
target: [webgl, android]
|
target: [webgl, android]
|
||||||
container:
|
container:
|
||||||
options:
|
options: --build-arg IMAGE_VERSION=${{ matrix.version }} --build-arg IMAGE_TARGET=${{ matrix.target }}
|
||||||
- --build-arg IMAGE_VERSION=${{ matrix.version }}
|
|
||||||
- --build-arg IMAGE_TARGET=${{ matrix.target }}
|
|
||||||
steps:
|
steps:
|
||||||
# Checkout repository (required to test local actions)
|
# Checkout repository (required to test local actions)
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Reference in New Issue