Skip to content

Commit

Permalink
remove tty
Browse files Browse the repository at this point in the history
  • Loading branch information
bvlion committed Dec 29, 2022
1 parent 563d7d4 commit a360c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
cd src
docker run --rm --interactive --tty --volume $PWD:/app composer install
docker run --rm --interactive --volume $PWD:/app composer install
cd ..
- name: delete server files
Expand Down

0 comments on commit a360c77

Please sign in to comment.