Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
chore: remove unused e2e test module block (#742)
Browse files Browse the repository at this point in the history
cleaning up some nails.

This block will reappear in `environments/ops/main.tf` in a forthcoming PR.
  • Loading branch information
rogerthatdev authored Dec 14, 2022
1 parent db0d003 commit 1e41ad1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions terraform/environments/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,3 @@ module "emblem_staging" {
gcr_pubsub_format = true
require_deploy_approval = false
}

// Set up Website E2E tests against a staging environment
module "emblem_staging_website_e2e_tests" {
source = "../../modules/website-e2e-test"
project_id = var.project_id
region = var.region
repo_owner = var.repo_owner
repo_name = var.repo_name

// Temporary variables; used until Website
// E2E tests are integrated with setup.sh
// TODO: adjust these variables once integration is complete.
count = 0
content_api_url = ""
}

0 comments on commit 1e41ad1

Please sign in to comment.