File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,10 +125,6 @@ runs:
125
125
EXTRA_TAG=""
126
126
;;
127
127
esac
128
-
129
- if [ ! -z "${{ inputs.additional_ya_make_args }}" ]; then
130
- extra_params+=(${{ inputs.additional_ya_make_args }})
131
- fi
132
128
133
129
testmo automation:resources:add-link --name build --url "$RUN_URL" --resources testmo.json
134
130
testmo automation:resources:add-field --name git-sha --type string --value "${GITHUB_SHA:0:7}" --resources testmo.json
@@ -198,6 +194,10 @@ runs:
198
194
;;
199
195
esac
200
196
197
+ if [ ! -z "${{ inputs.additional_ya_make_args }}" ]; then
198
+ params+=(${{ inputs.additional_ya_make_args }})
199
+ fi
200
+
201
201
# Also build targets which are not in tests' dependencies
202
202
params+=(--no-strip-idle-build-results)
203
203
You can’t perform that action at this time.
0 commit comments