Skip to content

Commit

Permalink
fix(build): disable documentation step
Browse files Browse the repository at this point in the history
Signed-off-by: Teclib <skita@teclib.com>
  • Loading branch information
stonebuzz committed Aug 13, 2021
1 parent 24e832c commit 8dc8e60
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,22 @@ jobs:
- ~/.gradle
key: jars-{{ checksum "build.gradle" }}-{{ checksum "inventory/build.gradle" }}

documentation:
<<: *android_config
steps:
- checkout
- *update_licenses
- *restore_gradle_cache
- run:
name: Setup environment
command: source ci/scripts/ci_setup.sh
- run:
name: Documentation
command: source ci/scripts/ci_documentation.sh
- save_cache:
paths:
- ~/.gradle
key: jars-{{ checksum "build.gradle" }}-{{ checksum "inventory/build.gradle" }}
#documentation:
# <<: *android_config
# steps:
# - checkout
# - *update_licenses
# - *restore_gradle_cache
# - run:
# name: Setup environment
# command: source ci/scripts/ci_setup.sh
# - run:
# name: Documentation
# command: source ci/scripts/ci_documentation.sh
# - save_cache:
# paths:
# - ~/.gradle
# key: jars-{{ checksum "build.gradle" }}-{{ checksum "inventory/build.gradle" }}

workflows:
version: 2
Expand All @@ -132,15 +132,15 @@ workflows:
branches:
ignore:
- master
- documentation:
context: org-global
requires:
- build
filters:
branches:
only:
- develop
- master
#- documentation:
# context: org-global
# requires:
# - build
# filters:
# branches:
# only:
# - develop
# - master
- deploy_production:
context: org-global
requires:
Expand Down

0 comments on commit 8dc8e60

Please # to comment.