We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48113d commit f20f8ccCopy full SHA for f20f8cc
module.xml
@@ -8,7 +8,10 @@
8
<Packaging>module</Packaging>
9
<SourcesRoot>src</SourcesRoot>
10
<Resource Name="community.PKG" Directory="cls"/>
11
- <Resource Name="Community.tag.GBL" Directory="gbl"/>
+ <Invokes>
12
+ <Invoke Class="community.deploy" Method="run">
13
+ </Invoke>
14
+ </Invokes>
15
</Module>
16
</Document>
17
</Export>
src/PackageSample/ObjectScript.cls
src/PackageSample/PersistentClass.cls
src/cls/community/deploy.cls
@@ -6,7 +6,7 @@ ClassMethod run(NameSpace) As %Status
6
{
7
w "Loading data from GitHub", !
Set sc = $$$OK
- set $namespace = NameSpace
+ If $g(NameSpace)'="" set $namespace = NameSpace
set owner = "intersystems-community"
set repo = "posts-and-tags"
0 commit comments