Skip to content

Commit

Permalink
Remove /12
Browse files Browse the repository at this point in the history
  • Loading branch information
maaarcelino committed Jan 19, 2024
1 parent 48b5012 commit 34dbb30
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/transformations_docs_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
strategy:
matrix:
shard: [
1/12, 2/12, 3/12, 4/12,
5/12, 6/12, 7/12, 8/12,
9/12, 10/12, 11/12, 12/12,
1, 2, 3, 4,
5, 6, 7, 8,
9, 10, 11, 12,
]
timeout-minutes: 30
services:
Expand Down
24 changes: 12 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
.PHONY: gen-site
gen-site:
ifeq ($(shard),1/12)
ifeq ($(shard),1)
make plugin_dir=aws/asset-inventory-free output_file_name=aws-asset-inventory-free gen-single-site
endif
ifeq ($(shard),2/12)
ifeq ($(shard),2)
make plugin_dir=aws/compliance-free output_file_name=aws-compliance-free gen-single-site
endif
ifeq ($(shard),3/12)
ifeq ($(shard),3)
make plugin_dir=aws/compliance-premium output_file_name=aws-compliance-premium gen-single-site
endif
ifeq ($(shard),4/12)
ifeq ($(shard),4)
make plugin_dir=aws/cost output_file_name=aws-cost gen-single-site
endif
ifeq ($(shard),5/12)
ifeq ($(shard),5)
make plugin_dir=aws/data-resilience output_file_name=aws-data-resilience gen-single-site
endif
ifeq ($(shard),6/12)
ifeq ($(shard),6)
make plugin_dir=aws/encryption output_file_name=aws-encryption gen-single-site
endif

ifeq ($(shard),7/12)
ifeq ($(shard),7)
make plugin_dir=azure/compliance-free output_file_name=azure-compliance-free gen-single-site
endif
ifeq ($(shard),8/12)
ifeq ($(shard),8)
make plugin_dir=azure/compliance-premium output_file_name=azure-compliance-premium gen-single-site
endif

ifeq ($(shard),9/12)
ifeq ($(shard),9)
make plugin_dir=gcp/compliance-free output_file_name=gcp-compliance-free gen-single-site
endif
ifeq ($(shard),10/12)
ifeq ($(shard),10)
make plugin_dir=gcp/compliance-premium output_file_name=gcp-compliance-premium gen-single-site
endif

ifeq ($(shard),11/12)
ifeq ($(shard),11)
make plugin_dir=k8s/compliance-free output_file_name=k8s-compliance-free gen-single-site
endif
ifeq ($(shard),12/12)
ifeq ($(shard),12)
make plugin_dir=k8s/compliance-premium output_file_name=k8s-compliance-premium gen-single-site
endif

Expand Down

0 comments on commit 34dbb30

Please sign in to comment.