diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-06-09 02:01:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-06-09 02:01:42 -0300 |
commit | e643fec291f6629d8719130cb2aa26f2c92f1413 (patch) | |
tree | 970061bc09ca6e6c287c4ce8b6c16d1fd81cd6a4 | |
parent | c04e472a29df0a388a589296957618d07c3f8d7b (diff) | |
download | clientdata-e643fec291f6629d8719130cb2aa26f2c92f1413.tar.gz clientdata-e643fec291f6629d8719130cb2aa26f2c92f1413.tar.bz2 clientdata-e643fec291f6629d8719130cb2aa26f2c92f1413.tar.xz clientdata-e643fec291f6629d8719130cb2aa26f2c92f1413.zip |
Prepare client-data for the migration.
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0c27ae9..95c0d6fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,8 @@ manaplus: newlines: stage: test + tags: + - lightweight script: - ./.tools/newlines.sh artifacts: @@ -51,6 +53,8 @@ newlines: licensecheck: stage: test + tags: + - lightweight script: - ./.tools/licensecheck.sh allow_failure: true |