mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 00:56:53 +00:00
Switch entrypoint shell from sh
to bash
(#141)
This commit is contained in:
parent
262b6d3a00
commit
b367c80477
@ -1,4 +1,4 @@
|
||||
#!/bin/sh +x
|
||||
#!/bin/bash +x
|
||||
|
||||
if [ -n "$SHUTDOWN_IF_NO_ACCESS_KEY" ] && [ -z "$CLEARML_API_ACCESS_KEY" ] && [ -z "$TRAINS_API_ACCESS_KEY" ]; then
|
||||
echo "CLEARML_API_ACCESS_KEY was not provided, service will not be started"
|
||||
|
Loading…
Reference in New Issue
Block a user