Skip to content

Commit

Permalink
Merge pull request #7 from Humanitec-DemoOrg/provisioners
Browse files Browse the repository at this point in the history
`score-* init --provisioners`
  • Loading branch information
mathieu-benoit authored Oct 19, 2024
2 parents 73ebfa5 + 8ae4aa7 commit dc167c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.score-compose/*
!.score-compose/00-service.provisioners.yaml
compose.yaml
.score-k8s/*
!.score-k8s/00-service.provisioners.yaml
manifests.yaml
7 changes: 0 additions & 7 deletions .score-compose/00-service.provisioners.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .score-k8s/00-service.provisioners.yaml

This file was deleted.

6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ help:

.score-compose/state.yaml:
score-compose init \
--no-sample
--no-sample \
--provisioners https://raw.githubusercontent.com/score-spec/community-provisioners/refs/heads/main/score-compose/00-service.provisioners.yaml

compose.yaml: apps/order/score.yaml apps/product/score.yaml apps/store-front/score.yaml apps/store-admin/score.yaml apps/makeline/score.yaml .score-compose/state.yaml Makefile
score-compose generate \
Expand Down Expand Up @@ -41,7 +42,8 @@ compose-down:

.score-k8s/state.yaml:
score-k8s init \
--no-sample
--no-sample \
--provisioners https://raw.githubusercontent.com/score-spec/community-provisioners/refs/heads/main/score-k8s/00-service.provisioners.yaml

manifests.yaml: apps/makeline/score.yaml apps/order/score.yaml apps/product/score.yaml apps/store-admin/score.yaml apps/store-front/score.yaml .score-k8s/state.yaml Makefile
score-k8s generate \
Expand Down

0 comments on commit dc167c0

Please sign in to comment.