Skip to content

Commit 051cdcb

Browse files
authored
Merge pull request #1148 from spack/update-webhook-url
Terraform: update webhook-handler to point at `spack-packages` repo
2 parents ba5410b + e16f811 commit 051cdcb

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)