move molecule tests to hcloud
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-10-02 09:32:09 +02:00
parent f77541e2a1
commit 455afd361d
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ local PipelineDeployment(scenario='centos7') = {
name: 'ansible-molecule',
image: 'thegeeklab/molecule:3',
environment: {
DO_API_KEY: { from_secret: 'do_api_key' },
HCLOUD_TOKEN: { from_secret: 'hcloud_token' },
},
commands: [
'molecule test -s ' + scenario,