Skip to content

Commit

Permalink
Fixed the paramter error (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma authored Nov 4, 2024
1 parent b27c35b commit 9f3d856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/clouds/ibm/hourly/tagging/tagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_podman_run_cmd(volume_mounts: list = None, **kwargs):
run_cmd("Run IBM tag baremetal")
volume_mounts_targets = [GOOGLE_APPLICATION_CREDENTIALS]

input_env_keys = {'volume_mounts': volume_mounts_targets, 'account': account, 'LDAP_HOST_NAME': LDAP_HOST_NAME,
input_env_keys = {'account': account, 'LDAP_HOST_NAME': LDAP_HOST_NAME,
'GOOGLE_APPLICATION_CREDENTIALS': GOOGLE_APPLICATION_CREDENTIALS, 'SPREADSHEET_ID': SPREADSHEET_ID,
'IBM_API_USERNAME': IBM_API_USERNAME, 'IBM_API_KEY': IBM_API_KEY, 'tag_operation': "update",
'log_level': "INFO", 'policy': 'tag_baremetal'}
Expand Down

0 comments on commit 9f3d856

Please sign in to comment.