Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
CavanSu committed May 14, 2020
1 parent 7801cc5 commit bb846a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/templates/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- group: AgoraKeys

steps:
- script: cd cicd/scripts && chmod +x sdkdownload.sh && ./sdkdownload.sh ${{ parameters.sdkurl }} ${{ parameters.workingDirectory}}/${{ parameters.scheme }}
- script: cd cicd/scripts && chmod +x sdkdownload.sh && ./sdkdownload.sh ${{ parameters.sdkurl }} ${{ parameters.workingDirectory}}/${{ parameters.scheme }} Static

- script: echo `pwd` && cd ${{ parameters.workingDirectory }} && ls && python ci.env.py
env:
Expand Down

0 comments on commit bb846a2

Please sign in to comment.