Skip to content

Commit

Permalink
Codespace: Do not build on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian-Schmidt committed Nov 4, 2024
1 parent db3a5f1 commit 3d5a60d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions script/devcontainer-post-create
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ echo 'Setup venv'
python3 -m venv /workspaces/.venv
source /workspaces/.venv/bin/activate
pip install -U pip
pip install setuptools

echo 'Install esphome'
pip install esphome
Expand All @@ -25,8 +26,8 @@ else
echo " pio init --ide vscode"
fi

echo 'Run first build for victron_ble_connect - devcontainer-victron_ble_connect-compile'
script/devcontainer-victron_ble_connect-compile
# echo 'Run first build for victron_ble_connect - devcontainer-victron_ble_connect-compile'
# script/devcontainer-victron_ble_connect-compile

echo 'Run first build for victron_ble - devcontainer-victron_ble-compile'
script/devcontainer-victron_ble-compile
# echo 'Run first build for victron_ble - devcontainer-victron_ble-compile'
# script/devcontainer-victron_ble-compile

0 comments on commit 3d5a60d

Please sign in to comment.