Hi, I couldn't figure out a way to define dependencies between steps within one project. The Buildkite native way would be to use a key: foo and a depends_on: foo property on two separate steps. But when I do that using Buildpipe and have more than one project, the key: foo would be used over and over again and I get the error
The key "foo" has already been used by another step in this build
I've tried key: foo-${BUILDPIPE_PROJECT_LABEL} but that didn't work either.
How can I use keys on steps when using Buildpipe?
Hi, I couldn't figure out a way to define dependencies between steps within one project. The Buildkite native way would be to use a
key: fooand adepends_on: fooproperty on two separate steps. But when I do that using Buildpipe and have more than one project, thekey: foowould be used over and over again and I get the errorI've tried
key: foo-${BUILDPIPE_PROJECT_LABEL}but that didn't work either.How can I use keys on steps when using Buildpipe?