Closed NimishC closed 6 years ago
@NimishC - Can you check which project is set using the gcloud command?
gcloud config list
If you have no project set, you can do so by running:
gcloud config set project
If that doesn't resolve your problem I suggest you also run:
make clean
If you still see the same issue, we will have to investigate further.
make clean
seems to have resolved the issue. Thanks!
The
make app/install
command fails after building thedeployer_envsubst
image. It might be because the APP_DEPLOYER_IMAGE variable is getting set togcr.io//wordpress/deployer:latest
(with double slash)Output: