From 96e05904bda2f69e31995e644b42bc386b98d3b4 Mon Sep 17 00:00:00 2001 From: Clemens John <clemens.john@floh1111.de> Date: Sun, 10 Apr 2016 11:07:42 +0200 Subject: [PATCH] Disable ar71xx-nand build for testing purposes Signed-off-by: Clemens John <clemens.john@floh1111.de> --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1afa076..b39b4d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,12 +16,12 @@ ar71xx-generic: script: - bash build/build-ar71xx-generic.sh -ar71xx-nand: - stage: build - tags: - - firmware - script: - - bash build/build-ar71xx-nand.sh +#ar71xx-nand: +# stage: build +# tags: +# - firmware +# script: +# - bash build/build-ar71xx-nand.sh sign: stage: deploy @@ -35,4 +35,4 @@ deploy: tags: - firmware script: - - bash build/deploy.sh \ No newline at end of file + - bash build/deploy.sh -- GitLab