Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 1, 2024
1 parent 689db6f commit 27d336a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coldbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
luceeVersionQuery: ${{ env.luceeVersionQuery }}
extensions: D062D72F-F8A2-46F0-8CBC91325B2F067B #orm
compile: ${{env.compile}}
luceeCFconfig: ${{ github.workspace }}/.CFConfig.json
luceeCFConfig: ${{ github.workspace }}/.CFConfig.json
env:
DB_PORT: 3306
DB_HOST: localhost
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/masaCMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ jobs:
execute: /core/tests/runner.cfm
luceeVersionQuery: ${{ matrix.luceeVersion }}
compile: ${{env.compile}}
antFlags: -Dappreload="" -Dreload="appreload" -Dapplydbupdates="true"
env:
ANT_CMD_LINE_ARGS: -Dappreload="" -Dreload="appreload" -Dapplydbupdates="true"
MURA_DBTYPE: mysql
MURA_DBPORT: 3306
MURA_DBHOST: localhost
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 27d336a

Please sign in to comment.