Skip to content

Commit

Permalink
fix: disable publishing with Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinPostindustria committed Sep 24, 2024
1 parent f8e557a commit c1c74c8
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,36 +62,6 @@ jobs:
name: Test Frameworks
command: scripts/testPrebidMobile.sh

# Below is the definition of your job to build and test your app, you can rename and customize it as you want.
generate-documentation:
# These next lines define the Android machine image executor.
# See: https://circleci.com/docs/2.0/executor-types/
executor:
name: android/android-machine
tag: default
# Add steps to the job
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
steps:
# Checkout the code as the first step.
- checkout
- android/change-java-version:
java-version: 17
# And finally run the release build
- run:
name: Test Frameworks
command: |
./gradlew :PrebidMobile:combinedJavadoc
git config --local user.name "CircleCI" && git config --local user.email "valentin.petrovich@postindustria.com"
git checkout docs
git pull --rebase
rm -rf docs
cp -r PrebidMobile/build/combinedJavadoc docs
git add ./docs
git commit -m "Javadoc publication"
git push
- store_artifacts:
path: ./PrebidMobile/build/combinedJavadoc

# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
workflows:
Expand All @@ -111,6 +81,3 @@ workflows:
name: Run Unit Tests - Prebid Mobile
- android-test:
name: Run Smoke UI Tests - Demo App Kotlin - Android 11
# TODO: Move to release branch only
- generate-documentation:
name: Generating documentation

0 comments on commit c1c74c8

Please sign in to comment.