diff options
author | EuAndreh <eu@euandre.org> | 2023-03-15 09:21:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-15 09:21:41 -0300 |
commit | 9df5ccc94af165557f71efae990dc3948df58f06 (patch) | |
tree | ac60bfc944bdef82ce5643a7407f7a396ff5fcf0 | |
parent | cronjob.sh: Increase timeout to 2 hours (diff) | |
download | toph-9df5ccc94af165557f71efae990dc3948df58f06.tar.gz toph-9df5ccc94af165557f71efae990dc3948df58f06.tar.xz |
Makefile: Remove ".stripped" SSH key file in "clean" target
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 9df5ccc94af165557f71efae990dc3948df58f06
git notes --ref=refs/notes/ci-data show 9df5ccc94af165557f71efae990dc3948df58f06
Exit status: 0
Duration: 11
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ check: clean: rm -rf \ - src/secrets/*.txt + src/secrets/*.txt src/infrastructure/keys/SSH/*.stripped \ + public: |