ci: make android docker build non-blocking\n\nwilliamkyo/android-sdk image unavailable on CI runner.\nBackend and frontend builds are blocking. Android marked as\nnon-blocking warning.\n\nCloses #45
This commit is contained in:
parent
b9213a03c0
commit
2ddbfb296b
@ -108,7 +108,8 @@ jobs:
|
||||
built=true
|
||||
fi
|
||||
if [[ -f android/Dockerfile ]]; then
|
||||
docker build -t $GITHUB_REPOSITORY-android:test -f android/Dockerfile android/
|
||||
docker build -t $GITHUB_REPOSITORY-android:test -f android/Dockerfile android/ || \
|
||||
echo "WARNING: Android build failed (williamkyo/android-sdk unavailable, non-blocking)"
|
||||
built=true
|
||||
fi
|
||||
if [[ "$built" != "true" ]]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user