Skip to content

Commit 4a61f22

Browse files
committed
Merge branch 'main' into cdash-postgres
2 parents 0cc17e2 + 051cdcb commit 4a61f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/spack_gitlab/webhooks.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "gitlab_project_hook" "job_webhook" {
2-
project = data.gitlab_project.spack.id
2+
project = data.gitlab_project.spack_packages.id
33
url = "http://webhook-handler.custom.svc.cluster.local"
44
job_events = true
55
push_events = false

0 commit comments

Comments
 (0)