File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
12steps :
2- - label : " Test"
3+ - label : Test
34 command : echo "Hello World"
45 env :
56 BUILDKITE_CLEAN_CHECKOUT : true
1011 view : //depot/... ...
1112 root : p4_workspace
1213 parallel : 2
13- backup_changelists : yes
14+ backup_changelists : true
1415
1516 # - label: "Test Shared Streams"
1617 # command: echo "Hello World"
1920 # p4port: localhost:1666
2021 # p4user: banana
2122 # stream: //stream-depot/main # will checkout to ../../__stream_depot_main
22- # share_workspace: yes
23+ # share_workspace: yes
Original file line number Diff line number Diff line change 4343 - id : pretty-format-json
4444 args :
4545 - --autofix
46+ - id : sort-simple-yaml
4647 - id : trailing-whitespace
4748
4849 - repo : https://github.com/syntaqx/git-hooks
Original file line number Diff line number Diff line change 1+ ---
12language : python
23# cache: pip # not enough installed via pip to justify
34python :
4- - " 3.6"
5+ - ' 3.6'
56os :
67 - linux
78before_install :
89 - pip install -U pip
9- install :
10+ install :
1011 - pip install -r ./ci/requirements.txt
1112 - pip install -r ./python/requirements.txt
1213 - ./ci/install_$TRAVIS_OS_NAME.sh
Original file line number Diff line number Diff line change 1+ ---
12name : Perforce
23description : Checks out a perforce repository instead of git.
34author : https://github.com/ca-johnson
You can’t perform that action at this time.
0 commit comments