Skip to content

Commit

Permalink
use sh instead of bash
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag committed Sep 3, 2021
1 parent 3aca589 commit a62a86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sut:
build: .
command: >
bash -c "box version
sh -c "box version
&& echo 'MiniBox Version'
&& cat /etc/minibox-version"

0 comments on commit a62a86f

Please sign in to comment.