Skip to content

Commit

Permalink
Merge pull request #31 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 3792fd2 + f44455d commit 60348b5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 21 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
- name: humctl score validate
run: |
humctl score validate apps/${{ matrix.apps }}/score.yaml \
--token ${{ secrets.HUMANITEC_TOKEN }} \
--org ${{ secrets.HUMANITEC_ORG }} \
--strict
--strict \
--local
score-compose:
runs-on: ubuntu-24.04
env:
Expand Down
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/ad/score.yaml apps/cart/score.yaml apps/checkout/score.yaml apps/currency/score.yaml apps/email/score.yaml apps/frontend/score.yaml apps/loadgenerator/score.yaml apps/payment/score.yaml apps/productcatalog/score.yaml apps/recommendation/score.yaml apps/shipping/score.yaml .score-compose/state.yaml Makefile
score-compose generate \
Expand Down Expand Up @@ -47,7 +48,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-compose/00-service.provisioners.yaml

manifests.yaml: apps/ad/score.yaml apps/cart/score.yaml apps/checkout/score.yaml apps/currency/score.yaml apps/email/score.yaml apps/frontend/score.yaml apps/loadgenerator/score.yaml apps/payment/score.yaml apps/productcatalog/score.yaml apps/recommendation/score.yaml apps/shipping/score.yaml .score-k8s/state.yaml Makefile
score-k8s generate \
Expand Down

0 comments on commit 60348b5

Please sign in to comment.