Skip to content

Commit 49e20d6

Browse files
committed
docs: add a hint to the documentation that the pre-run.sh can be omitted when before_script is being passed
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent c56cd9e commit 49e20d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ The `.laminas-ci/pre-run.sh` command runs immediately prior to the QA command, a
118118
- `$2`: the WORKDIR path
119119
- `$3`: the `$JOB` passed to the entrypoint (see above)
120120

121+
It is also possible to pass `before_script` with a list of commands via the `$JOB` variable.
122+
121123
The `.laminas-ci/post-run.sh` command will receive these arguments:
122124

123125
- `$1`: the exit status of the QA command

0 commit comments

Comments
 (0)