Skip to content

Commit

Permalink
fix: re-add accidentally removed track status sourcing (#303)
Browse files Browse the repository at this point in the history
Co-authored-by: Greg O'Grady <[email protected]>
  • Loading branch information
theProf and Greg O'Grady authored Oct 29, 2024
1 parent a1bb837 commit 7c14613
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scripts/track/update_track.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ read -r -a EXTRA_BUILD_ARGS <<< "$EXTRA_BUILD_ARGS"
# Load IMAGE_EXISTS variable from file previously stored in the tmp folder
# shellcheck disable=SC1091
source "/tmp/IMAGE_STATUS"
# Load TRACK_EXISTS variable from file previously stored in the tmp folder
# shellcheck disable=SC1091
source "/tmp/TRACK_STATUS"

IS_GTMQ=$(grep -qE "^gtmq_" - <<<"${CIRCLE_BRANCH}" && echo 1 || echo 0)

Expand Down

0 comments on commit 7c14613

Please sign in to comment.