Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Aug 14, 2024
1 parent 3ea71a9 commit 85a3299
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .buildkite/scripts/build-cpp.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/bin/bash

set -eo pipefail
source "$(dirname "$0")/env.sh"
export FORCE_UPDATE_SUBMODULES=1
source "$(realpath $(dirname "$0")/../../scripts/update-submodules.sh)"

# env.sh calls update_submodules.sh
source "$(dirname "$0")/env.sh"

{ set +x; } 2>/dev/null

function run_command() {
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

FORCE_UPDATE_SUBMODULES=${FORCE_UPDATE_SUBMODULES:-0}
FORCE_UPDATE_SUBMODULES=${FORCE_UPDATE_SUBMODULES:-0}

cd "$(dirname "${BASH_SOURCE[0]}")"
cd ..
Expand Down

0 comments on commit 85a3299

Please sign in to comment.