Skip to content

Commit 16f4f34

Browse files
committed
Merge branch 'container-actions' of https://github.com/Finoptimize/agentaflow-sro-community into container-actions
2 parents 30298f8 + 93edff5 commit 16f4f34

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@ jobs:
152152
;;
153153
esac
154154
155-
# Validate BUILD_PATH was set
156-
if [ -z "$BUILD_PATH" ]; then
157-
echo "Error: Unknown component '$COMPONENT'. BUILD_PATH not set."
158-
exit 1
159-
fi
160155
161156
echo "Building component: $COMPONENT"
162157
echo "Build path: $BUILD_PATH"

0 commit comments

Comments
 (0)