Adopt ci-mgmt.yaml (#511)
Now that ci-mgmt/provider-ci has a "native" template, we can adopt it for this provider.
This commit is contained in:
committed by
GitHub
parent
780fe97f99
commit
c6b9fc8f02
10
Makefile
10
Makefile
@@ -304,3 +304,13 @@ sign-goreleaser-exe-%: bin/jsign-6.0.jar
|
||||
az logout; \
|
||||
fi; \
|
||||
fi
|
||||
|
||||
# To make an immediately observable change to .ci-mgmt.yaml:
|
||||
#
|
||||
# - Edit .ci-mgmt.yaml
|
||||
# - Run make ci-mgmt to apply the change locally.
|
||||
#
|
||||
ci-mgmt: .ci-mgmt.yaml
|
||||
go run github.com/pulumi/ci-mgmt/provider-ci@master generate
|
||||
.PHONY: ci-mgmt
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user