test again
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-04 14:42:35 +11:00
parent 5e52813111
commit 5ded1b3696
2 changed files with 4 additions and 3 deletions

View File

@@ -15,3 +15,4 @@ echo "build complete"
sha256sum smt > smt_checksum.txt sha256sum smt > smt_checksum.txt
ls -lah ls -lah
ls -lah www ls -lah www
ls -lah /tmp/cache

View File

@@ -22,7 +22,7 @@ steps:
pull: true pull: true
settings: settings:
backend: "filesystem" backend: "filesystem"
debug: true #debug: true
restore: true restore: true
cache_key: "volume" cache_key: "volume"
archive_format: "gzip" archive_format: "gzip"
@@ -47,7 +47,7 @@ steps:
pull: true pull: true
settings: settings:
backend: "filesystem" backend: "filesystem"
debug: true #debug: true
rebuild: true rebuild: true
cache_key: "volume" cache_key: "volume"
archive_format: "gzip" archive_format: "gzip"