Skip to content

Commit

Permalink
CELE-19 Deactivate k8 generation as it's done
Browse files Browse the repository at this point in the history
  • Loading branch information
aranega committed Apr 30, 2024
1 parent 4749529 commit 67870d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def install_frontend_dependencies():
if __name__ == "__main__":
check_venv_activate()
install_cloud_harness()
generate_k8_dev_deployment()
generate_k8_prod_deployment()
# generate_k8_dev_deployment()
# generate_k8_prod_deployment()
generate_local_dev_deployment()

install_backend_dependencies()
Expand Down

0 comments on commit 67870d7

Please sign in to comment.