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
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
variable "root_ssh_key" {
type = string
default = ""
description = "The root key to use for ssh"
}
@@ -87,4 +88,4 @@ variable "volume_size" {
type = number
default = 20
description = "The default volume size for building iamge"
}
\ No newline at end of file
}
Loading