aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-15 09:21:41 -0300
committerEuAndreh <eu@euandre.org>2023-03-15 09:21:41 -0300
commit9df5ccc94af165557f71efae990dc3948df58f06 (patch)
treeac60bfc944bdef82ce5643a7407f7a396ff5fcf0
parentcronjob.sh: Increase timeout to 2 hours (diff)
downloadtoph-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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 673247f..45d0683 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,8 @@ check:
clean:
rm -rf \
- src/secrets/*.txt
+ src/secrets/*.txt src/infrastructure/keys/SSH/*.stripped \
+
public: