We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fcb19 commit e8120ebCopy full SHA for e8120eb
lib/logic/api/pipeline2.js
@@ -123,7 +123,7 @@ const runPipelineByName = async (name, data) => {
123
if (_.isString(data.contexts)) {
124
contexts = [data.contexts];
125
}
126
- await Promise.map(data.contexts, async (name) => {
+ await Promise.map(data.contexts, async (name) => { // eslint-disable-line
127
try {
128
await getContextByName(name);
129
contexts.push({
0 commit comments