We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72aa97f commit 20cd5d6Copy full SHA for 20cd5d6
entrypoint.sh
@@ -2,6 +2,10 @@
2
# wait for few seconds to prepare scheduler for the run
3
sleep 5
4
5
+#get optimus version
6
+echo "-- optimus client and server version"
7
+/opt/optimus version --with-server
8
+
9
# get resources
10
echo "-- initializing optimus assets"
11
OPTIMUS_ADMIN_ENABLED=1 /opt/optimus admin build instance "$JOB_NAME" --project \
@@ -19,4 +23,4 @@ echo "-- current envs"
19
23
printenv
20
24
21
25
echo "-- running unit"
22
-exec $(eval echo "$@")
26
+exec $(eval echo "$@")
0 commit comments