From 1ddb94e534d9af1c51e679ce227d093710fed489 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 12 Jun 2022 17:47:26 -0300 Subject: Fix the CI, but it won't work: GitLab Pages is disabled and is unused --- .gitlab-ci.yml | 6 ++++++ .tools/deploy.sh | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d6d4d35..a8d69459 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,8 @@ before_script: testxml: stage: test + tags: + - glados script: - ./.tools/testxml.sh - pwd @@ -36,6 +38,8 @@ manaplus: newlines: stage: test + tags: + - lightweight script: - ./.tools/newlines.sh artifacts: @@ -46,6 +50,8 @@ newlines: licensecheck: stage: test + tags: + - lightweight script: - ./.tools/licensecheck.sh allow_failure: true diff --git a/.tools/deploy.sh b/.tools/deploy.sh index d974ace4..82b8c292 100755 --- a/.tools/deploy.sh +++ b/.tools/deploy.sh @@ -21,10 +21,11 @@ cd .. cd tools/update +# FIXME ./createnew.sh check_error $? -./create_music.sh -check_error $? +#./create_music.sh +#check_error $? cp -r upload/* ../../clientdata/public cd ../../clientdata -- cgit v1.2.3-60-g2f50