-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mounts don't seem to work properly in act, so copying files instead. Fix Default.Document resource processor to not force a category subdirectory
- Loading branch information
1 parent
3d00bf6
commit e5b48e9
Showing
5 changed files
with
27 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
zn "USER" | ||
do $System.OBJ.Load("/home/irisowner/zpm/Installer.cls","ck") | ||
do ##class(IPM.Installer).setup("/home/irisowner/zpm/",3) | ||
do ##class(%IPM.Main).Shell("install vscode-per-namespace-settings") | ||
set ^UnitTestRoot="/usr/irissys/.vscode/%SYS/UnitTestRoot" | ||
zpm "repo -n registry -url repo -r -name registry -url https://pm.community.intersystems.com/" | ||
halt | ||
|
||
// Currently broken for %IPM due to differing default behavior for packages starting with % - vscode-per-namespace-settings passes through as-is, IPM expects to strip %. | ||
do ##class(%IPM.Main).Shell("install vscode-per-namespace-settings") | ||
set ^UnitTestRoot="/usr/irissys/.vscode/%SYS/UnitTestRoot" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters