Skip to content

Commit

Permalink
Wait for user at beginning of init build.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Dec 29, 2023
1 parent 19f5b71 commit 3dc1e72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inits/acquia.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ module.exports = {
},
},
build: (options, lando) => ([
{
name: 'wait-for-user',
cmd: '/helpers/acquia-wait-for-user.sh',
},
{
name: 'get-user-account',
func: (options, lando) => {
Expand Down Expand Up @@ -234,10 +238,6 @@ module.exports = {
cmd: '/helpers/load-keys.sh --silent',
user: 'root',
},
{
name: 'wait-for-user',
cmd: '/helpers/acquia-wait-for-user.sh',
},
{
name: 'clone-repo',
cmd: options =>
Expand Down

0 comments on commit 3dc1e72

Please sign in to comment.