Remove commented build steps
This commit is contained in:
parent
2034b684a8
commit
b6cb1b8f21
|
@ -33,12 +33,8 @@ jobs:
|
||||||
run: xcodebuild -scheme RSDatabaseiOS -showdestinations
|
run: xcodebuild -scheme RSDatabaseiOS -showdestinations
|
||||||
|
|
||||||
- name: Run Build
|
- name: Run Build
|
||||||
# continue-on-error: true
|
|
||||||
env:
|
env:
|
||||||
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
|
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
|
||||||
KEY_SECRET: ${{ secrets.KEY_SECRET }}
|
KEY_SECRET: ${{ secrets.KEY_SECRET }}
|
||||||
SCHEME: ${{ matrix.scheme }}
|
SCHEME: ${{ matrix.scheme }}
|
||||||
run: buildscripts/ci-build.sh
|
run: buildscripts/ci-build.sh
|
||||||
|
|
||||||
# - name: Check for Crashlog
|
|
||||||
# run: buildscripts/crash-logs.sh
|
|
Loading…
Reference in New Issue