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 af80429 commit 9159491Copy full SHA for 9159491
.github/workflows/main.yml
@@ -77,7 +77,8 @@ jobs:
77
- name: Produce CE Artifact
78
run: |
79
echo "set version=##class(%ZPM.PackageManager.Developer.Module).NameOpen(\"git-source-control\").Version" > package.script
80
- echo "do ##class(SourceControl.Git.Utils).BuildCEInstallationPackage(\"$artifact_dir/git-source-control-\"_version_\".xml\")" >> package.script
+ echo "set file=\"/$artifact_dir/git-source-control-\"_version_\".xml\" write !,file,!" > package.script
81
+ echo "do ##class(SourceControl.Git.Utils).BuildCEInstallationPackage(file)" >> package.script
82
echo "halt" >> package.script
83
docker exec --interactive $instance iris session $instance -B < package.script
84
0 commit comments