Skip to content

Commit

Permalink
ISSUE-204: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-aveiga committed Jan 28, 2025
1 parent 76810df commit 0f77522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scaffold/github/actions/acquia/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
- name: debug lullabotsandbox.site.yml before
shell: bash
run: cat /var/www/html/drush/sites/lullabotsandbox.site.yml
run: drainpipe_exec "cat /var/www/html/drush/sites/lullabotsandbox.site.yml"

- name: continue
shell: bash
Expand All @@ -58,7 +58,7 @@ runs:
- name: debug lullabotsandbox.site.yml after
shell: bash
run: cat /var/www/html/drush/sites/lullabotsandbox.site.yml
run: drainpipe_exec "cat /var/www/html/drush/sites/lullabotsandbox.site.yml"


- name: Push to Acquia
Expand Down

0 comments on commit 0f77522

Please sign in to comment.