From 9ff60f2391da57b4dcb7f6823e4faa77a18be246 Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt <tarek@ring0.de> Date: Sun, 29 May 2016 18:16:47 +0200 Subject: [PATCH] change target.sh to build.sh --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29511fc..f9e9039 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build:gluon: tags: - firmware script: - - bash build/target.sh $GLUON_BRANCH $GLUON_VERSION + - bash build/build.sh $GLUON_BRANCH $GLUON_VERSION artifacts: paths: - output/images/factory/*wr841* -- GitLab