aramfe

Results 7 comments of aramfe

Is there any workaround to get all the depenended packages for each DTE agents? Can't use yarn nx e2e-ci without loosing the benefits of DTE, if I need to explicitly...

As much as we love GitHub Actions, the lack of this really makes us think about to switch back to GitLab. Re-using steps shouldn't be that complicated to work with...

Yeah, but I don't want the Git commit hash; I want the Nx-generated hasher hash as the tag for my images, which depends on the file inputs. Reason: For re-deployments...

Agreed. This problems makes the plugin more or less unusable for NX DTE, sadly. Would appreciate help here.

If the **install** targets are not cached, doesn't this essentially make caching useless, or am I missing something here? I believe the main takeaway is to ensure that, even though...

Hey @tinesoft, thanks for your lengthy response! I'm not sure if I would use something like caching in GitHub Actions, as there are always possible side effects with external dependencies...

@SchwarzAmihay You can use the the "inputs" field in your target like this (if python is installed for example): ` "inputs": [{ "runtime": "python -c 'import platform; platform.system()'" }],` This...