Skip to content

Commit 4333341

Browse files
author
qinhui
committed
echo files
1 parent 2c542a6 commit 4333341

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

.github/ci/build/build_ios.sh

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,19 @@ else
8080
mv ./$unzip_name/samples/${ios_direction}/sdk.podspec ./$unzip_name/ || exit 1
8181
fi
8282

83-
echo "work space1: $WORKSPACE"
84-
python3 ./.github/ci/build/modify_podfile.py ./$unzip_name/samples/${ios_direction}/Podfile $sdk_url_flag || exit 1
83+
echo "Current directory files:"
84+
ls -la
85+
# python3 ./.github/ci/build/modify_podfile.py ./$unzip_name/samples/${ios_direction}/Podfile $sdk_url_flag || exit 1
8586

86-
echo "start compress"
87-
7za a -tzip result.zip -r $unzip_name > log.txt
88-
echo "start move to"
89-
echo $WORKSPACE/with${ios_direction}_${BUILD_NUMBER}_$zip_name
90-
mv result.zip $WORKSPACE/with${ios_direction}_${BUILD_NUMBER}_$zip_name
87+
# echo "start compress"
88+
# 7za a -tzip result.zip -r $unzip_name > log.txt
89+
# echo "start move to"
90+
# echo $WORKSPACE/with${ios_direction}_${BUILD_NUMBER}_$zip_name
91+
# mv result.zip $WORKSPACE/with${ios_direction}_${BUILD_NUMBER}_$zip_name
9192

92-
if [ $compile_project = true ]; then
93-
cd ./$unzip_name/samples/${ios_direction}
94-
./cloud_build.sh || exit 1
95-
cd -
96-
fi
93+
# if [ $compile_project = true ]; then
94+
# cd ./$unzip_name/samples/${ios_direction}
95+
# ./cloud_build.sh || exit 1
96+
# cd -
97+
# fi
9798

0 commit comments

Comments
 (0)