Skip to content

Commit 0a54785

Browse files
dploegerDennis Ploeger
authored andcommitted
fix: Fixed test workflow
1 parent b6fffb8 commit 0a54785

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ jobs:
7878
- name: Prepare flavour container
7979
run: |
8080
cat build/Dockerfile.prefix > Dockerfile
81-
cat "flavour/${{ matrix.flavour.name }}/Dockerfile.flavour" >> Dockerfile
81+
cat "flavour/${{ matrix.flavour }}/Dockerfile.flavour" >> Dockerfile
8282
8383
# Download mo
8484
curl -sSL https://raw.githubusercontent.com/tests-always-included/mo/master/mo -o mo
8585
chmod +x mo
8686
87-
cat build/Dockerfile.suffix.mo | BUILD_DATE=$(date -Ins) FLAVOUR=${{ matrix.flavour.name }} ./mo > build/Dockerfile.suffix
87+
cat build/Dockerfile.suffix.mo | BUILD_DATE=$(date -Ins) FLAVOUR=${{ matrix.flavour }} ./mo > build/Dockerfile.suffix
8888
8989
cat build/Dockerfile.suffix >> Dockerfile
9090

0 commit comments

Comments
 (0)