Skip to content

Commit a007f6f

Browse files
committed
GitHub actions CI build installs latest IPM version rather than pinning
1 parent 7e08cd8 commit a007f6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Install IPM
6666
run: |
67-
echo 's version="0.10.6" s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/"_version_"/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")' > install-ipm
67+
echo 's version="latest" s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/"_version_"/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")' > install-ipm
6868
docker exec --interactive $instance iris session $instance -B < install-ipm
6969
echo "zpm \"enable -community\":1:1" > config-registry
7070
docker exec --interactive $instance iris session $instance -B < config-registry

0 commit comments

Comments
 (0)