diff options
author | 2020-03-27 18:38:18 +0100 | |
---|---|---|
committer | 2020-03-27 10:38:18 -0700 | |
commit | 66dceea95e7720f28980b64ec50256c80451b774 (patch) | |
tree | 3074085ae8630cdd613535264e27239451ce5b90 | |
parent | fa1e909d0b6cc6148c9ffc267f589febe44f984a (diff) | |
download | coredns-66dceea95e7720f28980b64ec50256c80451b774.tar.gz coredns-66dceea95e7720f28980b64ec50256c80451b774.tar.zst coredns-66dceea95e7720f28980b64ec50256c80451b774.zip |
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>
-rw-r--r-- | .circleci/config.yml | 2 | ||||
-rwxr-xr-x | .circleci/fixup_file_mtime.sh (renamed from fixup_file_mtime.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a1761a55..6c6e18c87 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/fixup_file_mtime.sh b/.circleci/fixup_file_mtime.sh index 662c16dbd..662c16dbd 100755 --- a/fixup_file_mtime.sh +++ b/.circleci/fixup_file_mtime.sh |