diff options
author | Andrei Pavel <andrei@isc.org> | 2020-11-21 12:21:37 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2020-12-07 22:11:33 +0100 |
commit | 951f78a017da97a50566eee346b6ebf6b4534846 (patch) | |
tree | 468459ca434916e11ad3241b0187d78893242a90 /.gitlab-ci.yml | |
parent | [#1438] added bump version script (diff) | |
download | kea-951f78a017da97a50566eee346b6ebf6b4534846.tar.xz kea-951f78a017da97a50566eee346b6ebf6b4534846.zip |
[#1438] tidy up bump-lib-versions.sh
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 720b8e089f..847a331037 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,8 @@ shellcheck: - SCRIPTS+="src/bin/admin/admin-utils.sh " - SCRIPTS+="tools/cql_config " - SCRIPTS+="tools/sysrepo_config " - - SCRIPTS+="tools/add-config-h.sh" + - SCRIPTS+="tools/add-config-h.sh " + - SCRIPTS+="tools/bump-lib-versions.sh " - shellcheck ${SCRIPTS} ${SHELLCHECK_OPTS} danger: |