Li Jiawei
Li Jiawei
Sorry for such late reply because of my vacation. Currently we review this issue and find some different expectation about solution. The key points is `In imported configurations, files are...
> > the path was changed and it will bring error because of it wrong path of build.artifact.context. > > like ' image "A" context "root/ope/skaffold/A/dist" does not exist '...
Does this any update on this issues XD
> "${WORKSPACE}/dist/" Thank you for quick replying, but no luck it still error like `[2024-11-14T07:24:43.432Z] image "myservice" context "/${WORKSPACE}/dist/" does not exist`
> @IcewaveLJW it's a different error, have you passed the `WORKSPACE` environment? looks like you haven't @idsulik I saw this on the page ` Skaffold will automatically load these variables...
Hi @idsulik I add these two new command `export WORKSPACE=${env.WORKSPACE} echo "${WORKSPACE}/dist/" && ls "${WORKSPACE}/dist/"` before`skaffold config set`, it can show in the log but it still look like this...
> It seems to me that the `context` field doesn't support env templating https://skaffold.dev/docs/environment/templating/#list-of-fields-that-support-templating Thank you for checking, I mean does there some way can help me to deal with...