fix: Temp removal of videos in fastlane config
This commit is contained in:
parent
0370a1261d
commit
1d25be1bde
@ -39,7 +39,7 @@ fi
|
|||||||
|
|
||||||
# check we have required files
|
# check we have required files
|
||||||
|
|
||||||
requiredfiles=(title.txt full_description.txt short_description.txt video.txt)
|
requiredfiles=(title.txt full_description.txt short_description.txt)
|
||||||
|
|
||||||
for d in fastlane/metadata/android/* ; do
|
for d in fastlane/metadata/android/* ; do
|
||||||
[ -L "${d%/}" ] && continue
|
[ -L "${d%/}" ] && continue
|
||||||
@ -57,13 +57,13 @@ for d in fastlane/metadata/android/* ; do
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -f "$d/video.txt"; then
|
# if test -f "$d/video.txt"; then
|
||||||
fcontents=$(cat "$d/video.txt")
|
# fcontents=$(cat "$d/video.txt")
|
||||||
if [[ "$fcontents" != "https://www.youtube.com/watch?v=lVJs26gE2Ek" ]]; then
|
# if [[ "$fcontents" != "https://www.youtube.com/watch?v=lVJs26gE2Ek" ]]; then
|
||||||
exitcode=1
|
# exitcode=1
|
||||||
echo -e "${Blue}$fcontents${Color_Off} --> $d/video.txt - not correct video URL"
|
# echo -e "${Blue}$fcontents${Color_Off} --> $d/video.txt - not correct video URL"
|
||||||
fi
|
# fi
|
||||||
fi
|
# fi
|
||||||
done
|
done
|
||||||
|
|
||||||
exit $exitcode
|
exit $exitcode
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
@ -1 +0,0 @@
|
|||||||
https://www.youtube.com/watch?v=lVJs26gE2Ek
|
|
Loading…
Reference in New Issue
Block a user