Skip to content

Commit c1c74c8

Browse files
fix: disable publishing with Circle CI
1 parent f8e557a commit c1c74c8

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.circleci/config.yml

-33
Original file line numberDiff line numberDiff line change
@@ -62,36 +62,6 @@ jobs:
6262
name: Test Frameworks
6363
command: scripts/testPrebidMobile.sh
6464

65-
# Below is the definition of your job to build and test your app, you can rename and customize it as you want.
66-
generate-documentation:
67-
# These next lines define the Android machine image executor.
68-
# See: https://circleci.com/docs/2.0/executor-types/
69-
executor:
70-
name: android/android-machine
71-
tag: default
72-
# Add steps to the job
73-
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
74-
steps:
75-
# Checkout the code as the first step.
76-
- checkout
77-
- android/change-java-version:
78-
java-version: 17
79-
# And finally run the release build
80-
- run:
81-
name: Test Frameworks
82-
command: |
83-
./gradlew :PrebidMobile:combinedJavadoc
84-
git config --local user.name "CircleCI" && git config --local user.email "[email protected]"
85-
git checkout docs
86-
git pull --rebase
87-
rm -rf docs
88-
cp -r PrebidMobile/build/combinedJavadoc docs
89-
git add ./docs
90-
git commit -m "Javadoc publication"
91-
git push
92-
- store_artifacts:
93-
path: ./PrebidMobile/build/combinedJavadoc
94-
9565
# Invoke jobs via workflows
9666
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
9767
workflows:
@@ -111,6 +81,3 @@ workflows:
11181
name: Run Unit Tests - Prebid Mobile
11282
- android-test:
11383
name: Run Smoke UI Tests - Demo App Kotlin - Android 11
114-
# TODO: Move to release branch only
115-
- generate-documentation:
116-
name: Generating documentation

0 commit comments

Comments
 (0)