gitlab-ci: add internal network to runner
Scheduled cloud cleaner runner needs access to internal network to interact with vmware.
This commit is contained in:
parent
653cc76408
commit
2b69ad633e
1 changed files with 1 additions and 0 deletions
|
|
@ -469,6 +469,7 @@ SCHEDULED_CLOUD_CLEANER:
|
|||
- terraform
|
||||
variables:
|
||||
RUNNER: aws/centos-stream-8-x86_64
|
||||
INTERNAL_NETWORK: "true"
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "schedule" && $CLEANUP == "true"'
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue