Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Oct 23, 2024
1 parent b9d84c6 commit 887aaa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ExecutorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,6 @@ public function testCustomRuntimes(string $folder, string $image, string $entryp
'source' => $path,
'entrypoint' => $entrypoint,
'image' => $image,
// start server but stay open container
'runtimeEntrypoint' => 'cp /tmp/code.tar.gz /mnt/code/code.tar.gz && nohup helpers/start.sh helpers/server.sh',
'timeout' => 120,
'variables' => [
Expand Down

0 comments on commit 887aaa1

Please sign in to comment.