forked from loafle/openapi-generator-original
* update bitrise.io * fix build * avoid using mvn * remove mvn * update * skip * [swift5][client] fix CI issue cyclic dependency * trigger build * comment out vapour * alarmfire --------- Co-authored-by: Bruno Coelho <4brunu@gmail.com>
4 lines
48 B
Bash
Executable File
4 lines
48 B
Bash
Executable File
#!/bin/sh
|
|
|
|
swift build && exit ${PIPESTATUS[0]}
|