Skip to content

Commit

Permalink
fix(build): add flex-stacker to set_build_vars script to deploy the f…
Browse files Browse the repository at this point in the history
…irmware to aws. (#502)
  • Loading branch information
vegano1 authored Feb 3, 2025
1 parent ac33c93 commit da4f7b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/set_build_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ case $TRAVIS_TAG in
export RELEASE_UPLOAD_DIR="thermocycler-gen2/${RELEASE_VERSION}"
;;

flex-stacker@v*)
export RELEASE_LOCAL_DIR="${DIST_DIR}/flex-stacker"
export RELEASE_UPLOAD_DIR="flex-stacker/${RELEASE_VERSION}"
;;

*)
export RELEASE_LOCAL_DIR=$DIST_DIR
export RELEASE_UPLOAD_DIR="modules-${THIS_BUILD_TAG}-${TRAVIS_BRANCH}"
Expand Down

0 comments on commit da4f7b1

Please sign in to comment.