aiidalab / aiidalab-on-azure

A Terraform template to deploy AiiDAlab via Azure Kubernetes Services (AKS)
MIT License
3 stars 0 forks source link

minor fix enable https: check by http before https enabled #5

Closed unkcpz closed 2 years ago

unkcpz commented 2 years ago

I also have the issue with

$ cd clouddrive/
$ copier update

It says

jusong@Azure:~/clouddrive$ copier update
Updating is only supported in git-tracked subprojects.
csadorf commented 2 years ago

I also have the issue with

$ cd clouddrive/
$ copier update

It says

jusong@Azure:~/clouddrive$ copier update
Updating is only supported in git-tracked subprojects.

The deployments directory (e.g. ~/clouddrive) should be git-tracked. Would you mind adding a note about that to the README as well, please?

unkcpz commented 2 years ago

however maybe you can add a note about the git-tracking to the same PR?

I think copier gh:aiidalab/aiidalab-on-azure ~/clouddrive should do fetch with the git but seems not. So maybe just remove the set HTTPS on with copier update?

csadorf commented 2 years ago

however maybe you can add a note about the git-tracking to the same PR?

I think copier gh:aiidalab/aiidalab-on-azure ~/clouddrive should do fetch with the git but seems not. So maybe just remove the set HTTPS on with copier update?

I don't understand what you mean. copier update should work when ~/clouddrive is git-tracked. The documentation is already recommending to use copier update to toggle that config vaule.