File tree 3 files changed +32
-0
lines changed
3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ repos :
2
+ - repo : https://github.com/Alfresco/alfresco-build-tools
3
+ rev : v1.0.0
4
+ hooks :
5
+ - id : travis-yml-lint
6
+ - repo : https://github.com/pre-commit/pre-commit-hooks
7
+ rev : v3.4.0
8
+ hooks :
9
+ - id : check-yaml
10
+ args : [--allow-multiple-documents]
11
+ - id : check-json
12
+ - id : check-xml
Original file line number Diff line number Diff line change
1
+ import :
2
+ -
source :
Alfresco/alfresco-build-tools:[email protected]
3
+ -
source :
Alfresco/alfresco-build-tools:[email protected]
4
+ - source : Alfresco/alfresco-process-scripts:slack_apa_channel_notification.yml@master
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <settings xmlns =" http://maven.apache.org/SETTINGS/1.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" >
4
+ <servers >
5
+ <server >
6
+ <id >alfresco-internal</id >
7
+ <username >${env.MAVEN_USERNAME}</username >
8
+ <password >${env.MAVEN_PASSWORD}</password >
9
+ </server >
10
+ <server >
11
+ <id >alfresco-internal-snapshots</id >
12
+ <username >${env.MAVEN_USERNAME}</username >
13
+ <password >${env.MAVEN_PASSWORD}</password >
14
+ </server >
15
+ </servers >
16
+ </settings >
You can’t perform that action at this time.
0 commit comments