File tree 1 file changed +11
-13
lines changed
1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 85
85
mv ./$unzip_name /samples/${ios_direction} /sdk.podspec ./$unzip_name / || exit 1
86
86
fi
87
87
88
- echo " Current directory files:"
89
- ls -la
90
- # python3 ./.github/ci/build/modify_podfile.py ./$unzip_name/samples/${ios_direction}/Podfile $sdk_url_flag || exit 1
88
+ python3 ./.github/ci/build/modify_podfile.py ./$unzip_name /samples/${ios_direction} /Podfile $sdk_url_flag || exit 1
91
89
92
- # echo "start compress"
93
- # 7za a -tzip result.zip -r $unzip_name > log.txt
94
- # echo "start move to"
95
- # echo $WORKSPACE/with${ios_direction}_${BUILD_NUMBER}_$zip_name
96
- # mv result.zip $WORKSPACE/with${ios_direction}_${BUILD_NUMBER}_$zip_name
90
+ echo " start compress"
91
+ 7za a -tzip result.zip -r $unzip_name > log.txt
92
+ echo " start move to"
93
+ echo $WORKSPACE /with${ios_direction} _${BUILD_NUMBER} _$zip_name
94
+ mv result.zip $WORKSPACE /with${ios_direction} _${BUILD_NUMBER} _$zip_name
97
95
98
- # if [ $compile_project = true ]; then
99
- # cd ./$unzip_name/samples/${ios_direction}
100
- # ./cloud_build.sh || exit 1
101
- # cd -
102
- # fi
96
+ if [ $compile_project = true ]; then
97
+ cd ./$unzip_name /samples/${ios_direction}
98
+ ./cloud_build.sh || exit 1
99
+ cd -
100
+ fi
103
101
You can’t perform that action at this time.
0 commit comments