Skip to content

Commit

Permalink
Fetch mutil-repo-container branch in home-energy-app
Browse files Browse the repository at this point in the history
  • Loading branch information
vladistan committed Sep 8, 2024
1 parent 42cda2f commit 750add8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/with_energy_app/env_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ fi
# Set up the environment for the home energy app
cd ../home-energy-analysis-tool/rules-engine

if [ "$(git rev-parse --abbrev-ref HEAD)" != "multi-repo-container" ]; then
git fetch --all
git checkout multi-repo-container
fi

# NOTE: It's very important that the home energy app requirements are installed
# first before installing the requirements for the greenbutton library.
# Otherwise edit to greenbutton library will not be reflected in the app
Expand Down

0 comments on commit 750add8

Please sign in to comment.