Bugfix: Caching on subsequent redeploys (#948)

* Don't clear the cache on first app deploy

* Add output for debugging cache behavior

* Debug output of changes, clean up whitespace

* Update hatchet to use latest getting started guide

* Clean up caching output logs

This output was confusing and unhelptul to most users

* Changelog

* Test if we need these lines

* dang fi

* Remove unnecessary code

* Remove confusing output of change

* Update log output

* Update test to match new expected log output

* Update changelog
This commit is contained in:
Casey
2020-04-21 16:41:57 -04:00
committed by GitHub
parent 027d49eb58
commit ea350a6694
7 changed files with 30 additions and 21 deletions
-1
View File
@@ -56,7 +56,6 @@ testPysqlite() {
testSqliteInstall() {
compile "pythonDefault"
assertCaptured "Sqlite3 successfully installed."
assertNotCaptured "Sqlite3 failed to install."
assertCapturedSuccess
}