github-action-build-chain icon indicating copy to clipboard operation
github-action-build-chain copied to clipboard

problem with `|` and `&&` commands

Open Ginxo opened this issue 4 years ago • 2 comments

problem executing https://github.com/tiagobento/kogito-online-ci/blob/59a80738fbb02be5ef705bdbf570652bf861d044/.ci/kogito-tooling-pull-request-config.yaml#L29

or

2021-02-09T17:44:22.8147846Z [command]/usr/bin/yarn run init && yarn run build:prod
2021-02-09T17:44:23.4285387Z yarn run v1.22.5
2021-02-09T17:44:23.4632371Z $ npx lerna bootstrap '&&' yarn run build:prod
2021-02-09T17:45:01.3028848Z npx: installed 766 in 37.632s
2021-02-09T17:45:01.4261302Z ERR! lerna Unknown arguments: &&, yarn, run, build:prod
2021-02-09T17:45:02.2737473Z error Command failed with exit code 1.
2021-02-09T17:45:02.2738620Z info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Ginxo avatar Feb 23 '21 07:02 Ginxo

See https://github.com/actions/toolkit/issues/359

tiagobento avatar Feb 24 '21 14:02 tiagobento

moved to https://github.com/actions/toolkit/issues/346

Ginxo avatar Dec 16 '21 10:12 Ginxo