We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ff6a8 commit 281df71Copy full SHA for 281df71
container/incremental_load.sh.tpl
@@ -237,7 +237,5 @@ function read_variables() {
237
# This is not executed if the single argument --norun is passed.
238
if [ "a$*" != "a--norun" ]; then
239
# This generated and injected by docker_*.
240
- %{run_statements}
241
- # Empty if blocks can be problematic.
242
- echo > /dev/null
+ exec %{run_statements}
243
fi
0 commit comments