Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
opdavies committed Dec 18, 2023
1 parent 88af924 commit 98a337b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/snapshots/output/drupal-commerce-kickstart/run
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function lint:dockerfile {


function start {
cp -v --no-clobber .env.example .env
cp -v --no-clobber .env.example .env || true

docker compose up -d
}
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshots/output/drupal-localgov/run
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function lint:dockerfile {


function start {
cp -v --no-clobber .env.example .env
cp -v --no-clobber .env.example .env || true

docker compose up -d
}
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshots/output/drupal/run
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function quality {
}

function start {
cp -v --no-clobber .env.example .env
cp -v --no-clobber .env.example .env || true

docker compose up -d
}
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshots/output/fractal/run
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function help {

# Start the project.
function start {
cp -v --no-clobber .env.example .env
cp -v --no-clobber .env.example .env || true
docker compose up -d
}

Expand Down

0 comments on commit 98a337b

Please sign in to comment.