mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-30 03:18:24 +00:00
10 lines
394 B
JSON
10 lines
394 B
JSON
{
|
|
"buildCommand": "./gradlew :docs-website:build",
|
|
"github": {
|
|
"silent": true,
|
|
"autoJobCancelation": true
|
|
},
|
|
"installCommand": "amazon-linux-extras install python3.8 && py3=\"$(which python3)\" && rm \"$py3\" && ln \"$(which python3.8)\" \"$py3\" && ./metadata-ingestion/scripts/install_deps.sh && yum install -y gcc python38-devel",
|
|
"outputDirectory": "docs-website/build"
|
|
}
|