George

Results 2 comments of George

The pipeline looks like this: - task: update_vendor config: image: some_image platform: linux inputs: - name: original_git path: original run: path: /bin/bash args: ["somescript.sh"] outputs: - name: updated_git path: updated...

Actually, looking at the code it does detect it. The issue is that it always assume that the new return argument is in front. It does not assume that it...