Skip to content

Commit

Permalink
build docker workflow: wait for server to be ready
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Jul 26, 2023
1 parent c478aca commit b50cfda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/joystream-node-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ jobs:
parameter-overrides: 'KeyName=${{ env.KEY_NAME }},EC2AMI=${{ matrix.ec2ami }},EC2InstanceType=${{ matrix.ec2type }}'
if: ${{ steps.compute_image_exists.outputs.image_exists == 1 }}

- name: Wait for docker build server to be ready
run: |
sleep 30
- name: Run playbook
uses: dawidd6/action-ansible-playbook@v2
with:
Expand Down

0 comments on commit b50cfda

Please sign in to comment.