Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
b8117e2f
Unverified
Commit
b8117e2f
authored
Jun 18, 2019
by
Todd Volkert
Committed by
GitHub
Jun 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable the docs shard to get the build green (#34654)
https://github.com/flutter/flutter/issues/34435
parent
21789068
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
.cirrus.yml
.cirrus.yml
+9
-10
No files found.
.cirrus.yml
View file @
b8117e2f
...
...
@@ -24,16 +24,15 @@ task:
fingerprint_script
:
echo $OS; cat bin/internal/engine.version
setup_script
:
./dev/bots/cirrus_setup.sh
matrix
:
-
name
:
docs
# TODO(flutter/flutter#34435): remove allow_failures
allow_failures
:
true
env
:
SHARD
:
docs
# For uploading master docs to Firebase master branch staging site
FIREBASE_MASTER_TOKEN
:
ENCRYPTED[eb768d18798fdc5abfe09b224e1724c4d82831d715ccf90df2c79d618c317216cbd99493278361f6fe7948b409b603f0]
# For uploading beta docs to Firebase public live site
FIREBASE_PUBLIC_TOKEN
:
ENCRYPTED[37e8b82f167864cae9a3f4d2cf3f37dea331d9375c295327c45de524f6c588fa6f6d63e5784f10f6d43ce29689f36c92]
docs_script
:
./dev/bots/docs.sh
# TODO(flutter/flutter#34435): re-enable the docs shard
# - name: docs
# env:
# SHARD: docs
# # For uploading master docs to Firebase master branch staging site
# FIREBASE_MASTER_TOKEN: ENCRYPTED[eb768d18798fdc5abfe09b224e1724c4d82831d715ccf90df2c79d618c317216cbd99493278361f6fe7948b409b603f0]
# # For uploading beta docs to Firebase public live site
# FIREBASE_PUBLIC_TOKEN: ENCRYPTED[37e8b82f167864cae9a3f4d2cf3f37dea331d9375c295327c45de524f6c588fa6f6d63e5784f10f6d43ce29689f36c92]
# docs_script: ./dev/bots/docs.sh
-
name
:
deploy_gallery
depends_on
:
-
docs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment