You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create_collapsed_annotation "Skipped packages in ${SERVERLESS_PROJECT}""${SKIPPED_PACKAGES_FILE_PATH}""info""ctx-skipped-packages-${SERVERLESS_PROJECT}"
98
114
fi
99
115
100
116
if [ -f"${FAILED_PACKAGES_FILE_PATH}" ];then
117
+
echo"--- Create Failed Buildkite annotation"
101
118
create_collapsed_annotation "Failed packages in ${SERVERLESS_PROJECT}""${FAILED_PACKAGES_FILE_PATH}""error""ctx-failed-packages-${SERVERLESS_PROJECT}"
0 commit comments