repo.or.cz
/
urlhaus-filter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Filter updated: Sun, 26 Dec 2021 00:11:14 +0000
[urlhaus-filter.git]
/
utils
/
commit.sh
blob
7b3d5fc372eb188ac441f1922eea8d711c137949
1
#!/bin/sh
2
3
set -efux -o
pipefail
4
5
## Commit the filter update
6
7
## GitLab CI does not permit shell variable in .gitlab-ci.yml.
8
## This file is a workaround for that.
9
10
CURRENT_TIME
=
"$(date -R -u)"
11
git commit
-a -m
"Filter updated:
$CURRENT_TIME
"