summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-25 12:24:10 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-25 12:24:10 +0200
commit271dd1fce7d00ebc740680f1649765e331514a41 (patch)
tree653416f7f75cc50ee788efd81bef8a382821c1f7
parente4b2a197c62a205a1a44686f50377f87758109d5 (diff)
downloadpsycopg2-271dd1fce7d00ebc740680f1649765e331514a41.tar.gz
chore: move cache_rebuild file into appveyor dir
-rw-r--r--.appveyor/cache_rebuild (renamed from scripts/build/appveyor.cache_rebuild)0
-rw-r--r--.appveyor/packages.yml2
-rw-r--r--.appveyor/tests.yml2
3 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/appveyor.cache_rebuild b/.appveyor/cache_rebuild
index fd9a424..fd9a424 100644
--- a/scripts/build/appveyor.cache_rebuild
+++ b/.appveyor/cache_rebuild
diff --git a/.appveyor/packages.yml b/.appveyor/packages.yml
index 3776d0c..5220652 100644
--- a/.appveyor/packages.yml
+++ b/.appveyor/packages.yml
@@ -54,7 +54,7 @@ services:
cache:
# Rebuild cache if following file changes
# (See the file to zap the cache manually)
- - C:\Others -> scripts\build\appveyor.cache_rebuild
+ - C:\Others -> .appveyor\cache_rebuild
# Script called before repo cloning
# init:
diff --git a/.appveyor/tests.yml b/.appveyor/tests.yml
index 67d3d61..3fa7634 100644
--- a/.appveyor/tests.yml
+++ b/.appveyor/tests.yml
@@ -49,7 +49,7 @@ services:
cache:
# Rebuild cache if following file changes
# (See the file to zap the cache manually)
- - C:\Others -> scripts\build\appveyor.cache_rebuild
+ - C:\Others -> .appveyor\cache_rebuild
# Script called before repo cloning
# init: