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 47c3c18 commit 7a4570aCopy full SHA for 7a4570a
1 file changed
aws/docker_and_sync.sh
@@ -129,4 +129,8 @@ echo "════════════════════════
129
echo "✅ Wrapper script docker_and_sync.sh pologue finished, executing user command: $*"
130
echo "═══════════════════════════════════════════════════════════════════════════════"
131
# Execute the command passed to container
132
+# Temporarily disable set -e so we can capture the exit code
133
+set +e
134
"$@"
135
+exit_code=$?
136
+exit $exit_code
0 commit comments