Skip to content

Commit

Permalink
Exclude jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpuiggarcia committed Mar 8, 2024
1 parent c3e3082 commit ae11f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/cloud-run-v2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ module "trigger_provision" {
description = "Provision ${var.name} Service (CI/CD)"
filename = "${var.service_path}/cloudbuild.yaml"
include = concat(["${var.service_path}/**"], var.dependencies)
exclude = ["${var.service_path}/functions/**"]
exclude = ["${var.service_path}/functions/**", "${var.service_path}/jobs/**"]
environment = var.environment

# Substitution variables for Cloud Build Trigger
Expand Down

0 comments on commit ae11f77

Please sign in to comment.