Skip to content

Commit

Permalink
Merge pull request #28 from averevki/fix-additional-env
Browse files Browse the repository at this point in the history
Fix additional-env export
  • Loading branch information
averevki authored Aug 30, 2024
2 parents f71be57 + 1a6ea9f commit abb2c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/run-tests-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ spec:
type: string
steps:
- args:
- make $(params.make-target) || true
- >-
export $(params.additional-env) &> /dev/null && (make $(params.make-target) || true)
command:
- /bin/bash
- -cveo
Expand Down

0 comments on commit abb2c21

Please sign in to comment.