Filter updated: Sun, 26 Dec 2021 00:11:14 +0000
[urlhaus-filter.git] / utils / commit.sh
blob7b3d5fc372eb188ac441f1922eea8d711c137949
1 #!/bin/sh
3 set -efux -o pipefail
5 ## Commit the filter update
7 ## GitLab CI does not permit shell variable in .gitlab-ci.yml.
8 ## This file is a workaround for that.
10 CURRENT_TIME="$(date -R -u)"
11 git commit -a -m "Filter updated: $CURRENT_TIME"