Skip to content

Commit

Permalink
Update test_ansible.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christabone authored Jun 21, 2024
1 parent 28a928b commit f57960b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ jobs:
echo "${{ secrets.ANSIBLE_VAULT_PASSWORD }}" > ~/.ssh/.password
chmod 600 ~/.ssh/.password
- name: Clone agr_ansible_devops repository
run: git clone https://github.com/alliance-genome/agr_ansible_devops

- name: Run make registry_docker_login
run: |
cd agr_ansible_devops
make registry_docker_login
- name: Pull Ansible Docker Image
run: docker pull 100225593120.dkr.ecr.us-east-1.amazonaws.com/agr_ansible_run:stage

Expand Down

0 comments on commit f57960b

Please sign in to comment.