Skip to content

Commit

Permalink
[ci debug] Welp, it ain't the upload server
Browse files Browse the repository at this point in the history
  • Loading branch information
designatednerd committed Aug 6, 2020
1 parent 568787b commit 68ca350
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ commands:
command: cd ../starwars-server && npm start
name: Start StarWars Server
background: true
# - run:
# command: cd SimpleUploadServer && npm install && npm start
# name: Start Upload Server
# background: true
- run:
command: cd SimpleUploadServer && npm install && npm start
name: Start Upload Server
background: true
- run:
command: xcodebuild clean build build-for-testing -project "Apollo.xcodeproj" -scheme "${CIRCLE_XCODE_SCHEME}" -sdk "${CIRCLE_XCODE_SDK}" -destination "${DESTINATION}" | xcpretty
name: Clean and build for testing
Expand Down

0 comments on commit 68ca350

Please sign in to comment.