Disable profiles with the command line#4054
Disable profiles with the command line#4054balopat merged 1 commit intoGoogleContainerTools:masterfrom
Conversation
Fixes GoogleContainerTools#3988 Signed-off-by: David Gageot <david@gageot.net>
Codecov Report
|
|
How does that work? Things like |
|
You can use multiple I tried the Skaffold $ skaffold build
Generating tags...
- skaffold-hello -> skaffold-hello:v1.12.0-37-g6af3198f3
Checking cache...
- skaffold-hello: Not found. Building
Found [minikube] context, using local docker daemon.
Building [skaffold-hello]...I explicitly disable both the $ skaffold build -p -staging-profile,-minikube-profile
Generating tags...
- skaffold-world -> skaffold-world:v1.12.0-37-g6af3198f3
Checking cache...
- skaffold-world: Not found. Building
Found [minikube] context, using local docker daemon.
Building [skaffold-world]...And with separate $ skaffold build -p -minikube-profile -p -staging-profile
Generating tags...
- skaffold-world -> skaffold-world:v1.12.0-37-g6af3198f3
Checking cache...
- skaffold-world: Not found. Building
Found [minikube] context, using local docker daemon.
Building [skaffold-world]... |
|
@briandealwis Thanks for confirming. It seems profiles prefixed with Below is the error I am getting when running things like |
|
@pierreyves-lebrun could you please open a new issue, link to this issue, and include your |
Fixes #3988
Signed-off-by: David Gageot david@gageot.net