Skip to content
Snippets Groups Projects

ci: Add OOD image build job to gitlab CI

Merged Eesaan Atluri requested to merge atlurie/hpc-factory:feat-ood-image-build into feat-hpc-factory
All threads resolved!
Files
2
variable "root_ssh_key" {
variable "root_ssh_key" {
type = string
type = string
 
default = ""
description = "The root key to use for ssh"
description = "The root key to use for ssh"
}
}
@@ -87,4 +88,4 @@ variable "volume_size" {
@@ -87,4 +88,4 @@ variable "volume_size" {
type = number
type = number
default = 20
default = 20
description = "The default volume size for building iamge"
description = "The default volume size for building iamge"
}
}
\ No newline at end of file
Loading