Skip to content

Commit

Permalink
chore: specify the method with more detail
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Oct 17, 2024
1 parent 46293e7 commit 2285db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ set-cbci-location: agentCheck guard-CBCI_REPO guard-CBCI_BRANCH
@$(call helpers,INFO "Setting new Casc location to $(CBCI_REPO) $(CBCI_BRANCH) finished succesfully.")

.PHONY: zip-all-casc-bundles
zip-all-casc-bundles: ## Creates a zip containing all cbci casc bundles. Example: make zip-all-casc-bundles
zip-all-casc-bundles: ## Creates a zip file containing all cbci casc bundles from 02 At scale. Example: make zip-all-casc-bundles
zip-all-casc-bundles: agentCheck
@$(call helpers,zip-all-casc-bundles)
@$(call helpers,INFO "Zip casc bundles finished succesfully.")
Expand Down

0 comments on commit 2285db2

Please sign in to comment.