diff options
-rw-r--r-- | .gitlab-ci.yml | 6 | ||||
-rwxr-xr-x | .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 |