Skip to content

Commit 43a0fde

Browse files
authored
Apply suggestion from @purple4reina
1 parent 87f80f8 commit 43a0fde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/_spec_ddtrace_dep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ spec_ddtrace_dep() {
7777
fi
7878
_search_and_spec_s3_wheel "ddtrace_serverless" "serverless" \
7979
|| _search_and_spec_s3_wheel "ddtrace" "manylinux2014" \
80-
|| { echo "ERROR: No matching ddtrace wheel for ${PY_TAG} ${PLATFORM} in pipeline ${UPSTREAM_PIPELINE_ID}" >&2; return 1; }
80+
|| { echo "ERROR: No matching ddtrace wheel for ${PY_TAG} ${PLATFORM} in pipeline ${UPSTREAM_PIPELINE_ID}, skipping version patch!" >&2 }
8181
fi
8282
}

0 commit comments

Comments
 (0)