Skip to content

Commit

Permalink
ninja go!
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 1, 2024
1 parent c94bacd commit e1e1a25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
13 changes: 2 additions & 11 deletions custom/masacms/core/tests/runner.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,8 @@
*/
// https://github.com/MasaCMS/MasaCMS/issues/313#issuecomment-2182769621
systemOutput( "calling ?appreload&reload=appreload&applydbupdates=true via internalRequest", true );
_internalRequest(
template="/index.cfm",
urls={
appreload: true,
reload: "appreload",
applydbupdates: true
}
);
files = directoryList(path="/home/runner/work/lucee-testlab/lucee-testlab/", recurse=true, filter="*.cf*,*.json");
for (f in files)
systemOutput(f, true);
Expand Down
5 changes: 5 additions & 0 deletions custom/masacms/plugins/mappings.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@
systemOutput(getApplicationSettings().datasources.toJson(), true);
dbinfo type="Version" datasource="masacms" name="verify";
systemOutput(verify.toJson(), true);
// https://github.com/MasaCMS/MasaCMS/issues/313#issuecomment-2182769621
url.appreload = true;
url.reload = "appreload";
url.applydbupdates = true;
</cfscript>

0 comments on commit e1e1a25

Please sign in to comment.