Merge branch 'dev' into tmp-conan

This commit is contained in:
Denis Angell
2025-02-28 10:22:52 +01:00
committed by GitHub
4 changed files with 40 additions and 19 deletions

View File

@@ -1,4 +1,11 @@
#!/bin/bash
#!/bin/bash -u
# We use set -e and bash with -u to bail on first non zero exit code of any
# processes launched or upon any unbound variable.
# We use set -x to print commands before running them to help with
# debugging.
set -ex
set -e
echo "START INSIDE CONTAINER - CORE"