Skip to content

Commit

Permalink
Add echo stmts (testing only)
Browse files Browse the repository at this point in the history
  • Loading branch information
harishsurf committed Jul 10, 2024
1 parent 1007146 commit 0f52e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: echo "This step ran successfully."

- name: Install ansible builder
run: sudo pip install ansible-builder
run: sudo pip install ansible-builder && echo "success"

- name: Build tarfile
run: CLIENT=docker make build-${{ matrix.installer-type }}-zip
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
name: mirror-registry-${{ matrix.installer-type }}-installer

- name: Extract tarfile
run: tar -xf mirror-registry.tar.gz
run: tar -xf mirror-registry.tar.gz && echo "success"

- name: Add quay to /etc/hosts
run: ssh jonathan@quay 'echo "127.0.0.1 quay" | sudo tee -a /etc/hosts'
Expand Down

0 comments on commit 0f52e3f

Please sign in to comment.