From 13bf215aa91906a3ada1333a5f87d41108aec58c Mon Sep 17 00:00:00 2001 From: Muto <shack@muto.ca> Date: Sun, 29 Nov 2020 12:50:15 -0700 Subject: [PATCH] Fix path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 369ec35..035bc00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,6 @@ build: script: - apt update - apt-get -y install parted multistrap udisks2 gcc-aarch64-linux-gnu make device-tree-compiler qemu-user-static binfmt-support build-essential bison flex libssl-dev bash qemu-system-aarch64 qemu-aarch64 - - bash reform2-* mkimage.sh + - bash reform2-imx8mq/mkimage.sh environment: name: testing -- GitLab