Use correct path for remote build

This commit is contained in:
Jonas Franz 2018-09-23 22:30:30 +02:00
parent 79fb00afb7
commit 2483c1b2eb
No known key found for this signature in database
GPG Key ID: C8287A01D593AC1D
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ pipeline:
script:
- export PATH=/Users/macosvm/flutter/bin:$PATH
- export EXPANDED_CODE_SIGN_IDENTITY=""
- cd /tmp/drone_build_${DRONE_BUILD_NUMBER}/iOS
- cd /tmp/drone_build_${DRONE_BUILD_NUMBER}/ios
- pod install
- echo "Installed pods in `pwd`"
- cd ..