Kafka integration (#831)
Kafka integration with Fission enables invoking a function when a message arrives in a Kafka topic
This commit is contained in:
@@ -21,6 +21,8 @@ waitBuild() {
|
||||
if [[ $? -eq 0 ]]; then
|
||||
break
|
||||
fi
|
||||
log "Waiting for build to finish"
|
||||
sleep 1
|
||||
done
|
||||
}
|
||||
export -f waitBuild
|
||||
|
||||
Reference in New Issue
Block a user