diff options
author | Florian Zschocke <florian.zschocke@devolo.de> | 2020-02-01 09:35:57 +0100 |
---|---|---|
committer | Florian Zschocke <florian.zschocke@devolo.de> | 2020-02-01 09:53:14 +0100 |
commit | fc093f168d78a4f831b66eb939cf5b0398aa55be (patch) | |
tree | ad6b801fed4f460cf06a85137111b677f409e18d /.gitmodules | |
parent | 66f521f7cf1aebef42b68296abe7ab952e83876b (diff) | |
download | gitblit-fc093f168d78a4f831b66eb939cf5b0398aa55be.tar.gz gitblit-fc093f168d78a4f831b66eb939cf5b0398aa55be.zip |
ci: Remove incorrect changes from the Maven artifacts.json file
Moxie's deploy task updates the `artifacts.json` file in the Maven
repository. But it does rewrite the whole file, not just add the
newly deployed artifacts. Which causes the "last updated" dates for
all artifacts in the repository to be rewritten.
In our case, where the repository is a Git repo, if the Git repo is a
fresh checkout, that resets all the dates to the checkout date.
Therefore we adjust the `artifacts.json` file to only keep the
update for the newly deployed artifacts, removing the other updates
for the dates with some awk magic.
Diffstat (limited to '.gitmodules')
0 files changed, 0 insertions, 0 deletions