-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISSUE-204: avoid changing aliases file, test
- Loading branch information
1 parent
0f77522
commit 10209c7
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,22 +43,22 @@ runs: | |
drainpipe_exec "acli remote:aliases:download --no-interaction $APPLICATION" | ||
- name: debug lullabotsandbox.site.yml before | ||
shell: bash | ||
run: drainpipe_exec "cat /var/www/html/drush/sites/lullabotsandbox.site.yml" | ||
# - name: debug lullabotsandbox.site.yml before | ||
# shell: bash | ||
# run: drainpipe_exec "cat /var/www/html/drush/sites/lullabotsandbox.site.yml" | ||
|
||
- name: continue | ||
shell: bash | ||
run: | | ||
# Avoid using drush9 | ||
drainpipe_exec "sed -i.bak 's|drush9|/var/www/html/lullabotsandbox.dev/vendor/bin/drush|g' /var/www/html/drush/sites/lullabotsandbox.site.yml" | ||
# drainpipe_exec "sed -i.bak 's|drush9|/var/www/html/lullabotsandbox.dev/vendor/bin/drush|g' /var/www/html/drush/sites/lullabotsandbox.site.yml" | ||
drainpipe_exec "echo \"StrictHostKeyChecking no\" >> ~/.ssh/config" | ||
drainpipe_exec "task drupal:maintenance:on [email protected]" | ||
- name: debug lullabotsandbox.site.yml after | ||
shell: bash | ||
run: drainpipe_exec "cat /var/www/html/drush/sites/lullabotsandbox.site.yml" | ||
# - name: debug lullabotsandbox.site.yml after | ||
# shell: bash | ||
# run: drainpipe_exec "cat /var/www/html/drush/sites/lullabotsandbox.site.yml" | ||
|
||
|
||
- name: Push to Acquia | ||
|