Skip to content
Snippets Groups Projects

Create openstack-in-openstack based CI for cloud4

Merged David Visscher requested to merge os-in-os into main
Viewing commit 5e65e9a3
Show latest version
1 file
+ 1
1
Preferences
Compare changes
+ 1
1
@@ -29,7 +29,7 @@ terraform_init:
script:
- echo "$TF_ROOT"
- cd ${TF_ROOT}
- ssh-keygen -t ed25519 -f .terraform.key -N ''
- "if [ ! -f .terraform.key ]; then ssh-keygen -t ed25519 -f .terraform.key -N ''; fi"
- gitlab-terraform init
only:
- main