Remove top level clutter: move fixup_file_mtime (#3786)

Move this to .circlci where it's used.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-03-27 18:38:18 +01:00
committed by GitHub
parent fa1e909d0b
commit 66dceea95e
2 changed files with 1 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ jobs:
- image: circleci/golang:1.13
steps:
- checkout
- run: ./fixup_file_mtime.sh
- run: ./.circleci/fixup_file_mtime.sh
- run: make -f Makefile.doc
- run: git diff --exit-code -- man/
kubernetes-tests: