Skip to content

Commit

Permalink
fix(build): disable create_doc from circleci
Browse files Browse the repository at this point in the history
Signed-off-by: Teclib <[email protected]>
  • Loading branch information
stonebuzz committed Sep 30, 2021
1 parent adcb074 commit ddb4813
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 @@ -174,22 +174,22 @@ jobs:
name: Create changelog, github release and push
command: source ci/scripts/release.sh

documentation:
<<: *android_config
steps:
- checkout
- *update_licenses
- *validate_running
- *restore_gradle_cache
- *ruby_dependencies
- *android_dependencies
- *save_gradle_cache
- run:
name: Setup environment
command: source ci/scripts/setup_environment.sh
- run:
name: Generate Documentation
command: source ci/scripts/create_documentation.sh
#documentation:
# <<: *android_config
# steps:
# - checkout
# - *update_licenses
# - *validate_running
# - *restore_gradle_cache
# - *ruby_dependencies
# - *android_dependencies
# - *save_gradle_cache
# - run:
# name: Setup environment
# command: source ci/scripts/setup_environment.sh
# - run:
# name: Generate Documentation
# command: source ci/scripts/create_documentation.sh

workflows:
version: 2
Expand Down Expand Up @@ -230,12 +230,12 @@ workflows:
branches:
only:
- master
- documentation:
context: org-global
requires:
- build
filters:
branches:
only:
- master
- develop
#- documentation:
# context: org-global
# requires:
# - build
# filters:
# branches:
# only:
# - master
# - develop

0 comments on commit ddb4813

Please sign in to comment.