diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-06-12 17:47:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-06-12 17:47:26 -0300 |
commit | 1ddb94e534d9af1c51e679ce227d093710fed489 (patch) | |
tree | 6e2e17b4ed93040083755f8d9d780f70d52cfd18 | |
parent | 4f9d8064f6a65fd4d0a122f7c3fefc6c98844367 (diff) | |
download | clientdata-1ddb94e534d9af1c51e679ce227d093710fed489.tar.gz clientdata-1ddb94e534d9af1c51e679ce227d093710fed489.tar.bz2 clientdata-1ddb94e534d9af1c51e679ce227d093710fed489.tar.xz clientdata-1ddb94e534d9af1c51e679ce227d093710fed489.zip |
Fix the CI, but it won't work: GitLab Pages is disabled and is unused
-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 |