#Is it possible run always an exec step ?

1 messages · Page 1 of 1 (latest)

wet charm
#

In CUE SDK there was the ability to force a "step" to run with always directive; in go sdk i implemented an hack in that way:

WithEnvVariable("HACK", RandStringRunes(8)).

Is there a better alternative ?