Skip to content

Commit

Permalink
Added build commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Barbun committed Dec 11, 2024
1 parent 944ac89 commit 402c7e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/drevops/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ docker compose cp -L behat.yml cli:/app/ 2>"${composer_verbose_output}"
docker compose cp -L phpcs.xml cli:/app/ 2>"${composer_verbose_output}"
docker compose cp -L phpmd.xml cli:/app/ 2>"${composer_verbose_output}"
docker compose cp -L phpstan.neon cli:/app/ 2>"${composer_verbose_output}"
docker compose cp -L phpstan-govcms.neon cli:/app/ 2>"${composer_verbose_output}"
docker compose cp -L shipshape.yml cli:/app/ 2>"${composer_verbose_output}"
docker compose cp -L phpunit.xml cli:/app/ 2>"${composer_verbose_output}"
docker compose cp -L rector.php cli:/app/ 2>"${composer_verbose_output}"
docker compose cp -L tests cli:/app/ 2>"${composer_verbose_output}"
Expand Down

0 comments on commit 402c7e6

Please sign in to comment.