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 8cbbd6f commit feacfb3Copy full SHA for feacfb3
infra/experimental/chronos/build_all.sh
@@ -22,6 +22,12 @@ projs=$(echo $c_project_yaml | xargs dirname | xargs basename -a | sort)
22
cd infra/experimental/chronos
23
24
for proj in $projs; do
25
+ if [ ! -f ../../../projects/$proj/Dockerfile ]; then
26
+ # Incomplete integration.
27
+ echo "Skipping $proj as it's incomplete."
28
+ continue
29
+ fi
30
+
31
echo ./build_on_cloudbuild.sh $proj c
32
./build_on_cloudbuild.sh $proj c
33
done
0 commit comments