Skip to content

Commit

Permalink
Remove SCC to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Dec 13, 2023
1 parent 4e82d0c commit 92c83b0
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,6 @@ variable "MAIL_TO" {
default = "galaxy-noise@suse.de"
}

// sumaform specific variables
variable "SCC_USER" {
type = string
}

variable "SCC_PASSWORD" {
type = string
}

variable "GIT_USER" {
type = string
default = null // Not needed for master, as it is public
Expand Down Expand Up @@ -132,8 +123,6 @@ provider "aws" {
module "base" {
source = "./modules/base"

cc_username = var.SCC_USER
cc_password = var.SCC_PASSWORD
name_prefix = var.NAME_PREFIX
mirror = var.MIRROR
testsuite = true
Expand Down

0 comments on commit 92c83b0

Please sign in to comment.