File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3838 environment : production
3939
4040 - id : deploy
41- uses : unikraft/kraftkit@v0.9.1
41+ uses : unikraft/kraftkit@v0.11.6
4242 with :
4343 auths : |
4444 github.com:
Original file line number Diff line number Diff line change 55 cloud.unikraft.v1.instances/scale_to_zero.policy: "on"
66 cloud.unikraft.v1.instances/scale_to_zero.cooldown_time_ms: 5000
77cmd: [ "/usr/bin/sourcemeta-registry-server", "/app/index" ]
8+ env:
9+ SOURCEMETA_REGISTRY_I_HAVE_A_COMMERCIAL_LICENSE: 1
Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ prepare: \
4343
4444.PHONY : index
4545index : configuration.json
46- $(REGISTRY ) /sourcemeta-registry-index $< $(OUTPUT )
46+ SOURCEMETA_REGISTRY_I_HAVE_A_COMMERCIAL_LICENSE=1 \
47+ $(REGISTRY ) /sourcemeta-registry-index $< $(OUTPUT )
4748
4849.PHONY : clean
4950clean :
You can’t perform that action at this time.
0 commit comments