File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 mv ./$unzip_name /samples/${ios_direction} /sdk.podspec ./$unzip_name / || exit 1
8181fi
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
You can’t perform that action at this time.
0 commit comments