Skip to content

Commit

Permalink
add a smoke-dev alias to devcontainer (#2348)
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels authored Nov 12, 2024
1 parent 9f30e3a commit 393e7fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/scripts/notify-dev-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ echo -e "complete -F __start_kubectl k" >> ~/.zshrc
echo -e "alias smoke-local='cd /workspace && cp .env_smoke_local tests_smoke/.env && poetry run make smoke-test-local'" >> ~/.zshrc
echo -e "alias smoke-staging='cd /workspace && cp .env_smoke_staging tests_smoke/.env && poetry run make smoke-test'" >> ~/.zshrc
echo -e "alias smoke-prod='cd /workspace && cp .env_smoke_prod tests_smoke/.env && poetry run make smoke-test'" >> ~/.zshrc
echo -e "alias smoke-dev='cd /workspace && cp .env_smoke_dev tests_smoke/.env && poetry run make smoke-test'" >> ~/.zshrc

cd /workspace

Expand Down

0 comments on commit 393e7fb

Please sign in to comment.