Move export statement to correct position

This commit is contained in:
Jonas Franz 2018-09-23 22:19:14 +02:00
parent 5dda43a97b
commit cfe9befdfa
No known key found for this signature in database
GPG Key ID: C8287A01D593AC1D
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,6 @@ pipeline:
group: build
pull: true
commands:
- export PATH=/Users/macosvm/flutter/bin:$PATH
- flutter packages get
- make build-all
- mkdir apks
@ -46,6 +45,7 @@ pipeline:
port: 2222
secrets: [ ssh_username, ssh_key ]
script:
- export PATH=/Users/macosvm/flutter/bin:$PATH
- cd /tmp/drone_build_${DRONE_BUILD_NUMBER}
- flutter packages get
- make build-ios-all