Skip to content

Commit

Permalink
Merge pull request #1678 from bugsnag/tms/do-not-ln
Browse files Browse the repository at this point in the history
Do not symlink folders during a CI build
  • Loading branch information
twometresteve authored May 6, 2022
2 parents 410178a + 4a657c6 commit 807a5ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,6 @@ steps:
concurrency_group: 'browserstack-app'
concurrency_method: eager

- label: ':android: Android size reporting'
timeout_in_minutes: 10
agents:
queue: macos-12-arm
commands:
- cd features/fixtures/minimalapp
- ln -s ../../../.git
- bundle install
- bundle exec danger

- label: ':android: Android 6 NDK r16 end-to-end tests - batch 1'
depends_on: "fixture-r16"
timeout_in_minutes: 90
Expand Down
10 changes: 10 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@ steps:
- cd features/fixtures/mazerunner
- ./gradlew ktlintCheck detekt checkstyle

- label: ':android: Android size reporting'
timeout_in_minutes: 10
agents:
queue: macos-12-arm
commands:
- cd features/fixtures/minimalapp
- cp -r ../../../.git .
- bundle install
- bundle exec danger

- label: ':android: JVM tests'
timeout_in_minutes: 10
agents:
Expand Down

0 comments on commit 807a5ca

Please sign in to comment.