mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 12:06:56 -06:00
Updated documentation. Add new tests for software upgrades.
This commit is contained in:
@@ -53,7 +53,7 @@ pipelines:
|
||||
- ls
|
||||
- eval $(ssh-agent -s)
|
||||
- ssh-add <(echo "$int_ansiblePrivateKey_key")
|
||||
- ansible-playbook Ansible/test/aws/playbook.yaml
|
||||
- ansible-playbook Ansible/test/aws/playbook-ha-install.yaml
|
||||
onComplete:
|
||||
- echo "AWS Ansible playbook complete."
|
||||
- name: execute_azure_ansible_playbook
|
||||
@@ -105,6 +105,6 @@ pipelines:
|
||||
- eval $(ssh-agent -s)
|
||||
- ssh-add <(echo "$int_ansiblePrivateKey_key")
|
||||
- az login --service-principal -u "$clientId" -p "$clientSecret" --tenant "$tenantId"
|
||||
- ansible-playbook Ansible/test/azure/playbook.yaml
|
||||
- ansible-playbook Ansible/test/azure/playbook-ha-install.yaml
|
||||
onComplete:
|
||||
- echo "Azure Ansible playbook complete."
|
||||
Reference in New Issue
Block a user