File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -114,12 +114,14 @@ The `.laminas-ci/pre-install.sh` command runs before any other command is execut
114
114
- `$1` : the user the QA command will run under
115
115
- `$2` : the WORKDIR path
116
116
- `$3` : the `$JOB` passed to the entrypoint (see above)
117
+ - `$4` : the `$PHP` (<major>.<minor>) configured for execution
117
118
118
119
The `.laminas-ci/pre-run.sh` command runs immediately prior to the QA command, and will receive the following arguments :
119
120
120
121
- `$1` : the user the QA command will run under
121
122
- `$2` : the WORKDIR path
122
123
- `$3` : the `$JOB` passed to the entrypoint (see above)
124
+ - `$4` : the `$PHP` (<major>.<minor>) configured for execution
123
125
124
126
It is also possible to pass `before_script` with a list of commands via the `$JOB` variable.
125
127
@@ -129,6 +131,7 @@ The `.laminas-ci/post-run.sh` command will receive these arguments:
129
131
- `$2` : the user the QA command will run under
130
132
- `$3` : the WORKDIR path
131
133
- `$4` : the `$JOB` passed to the entrypoint (see above)
134
+ - `$5` : the `$PHP` (<major>.<minor>) configured for execution
132
135
133
136
It is also possible to pass `after_script` with a list of commands via the `$JOB` variable.
134
137
` $STATUS` is a variable containing the exit code of the command and can be used in the commands listed in `after_script`.
You can’t perform that action at this time.
0 commit comments