parent
bdfadec91a
commit
576bc20475
1 changed files with 5 additions and 6 deletions
|
@ -14,16 +14,15 @@ jobs:
|
|||
|
||||
- run: /cd/env
|
||||
|
||||
- run: /cd/workspace
|
||||
|
||||
- name: Install tools
|
||||
run: |
|
||||
apt-get install --yes \
|
||||
'pandoc' \
|
||||
|
||||
- run: /cd/branch
|
||||
|
||||
- name: Build
|
||||
run: './build.sh'
|
||||
|
||||
- run: /cd/build
|
||||
- run: /cd/workspace
|
||||
- run: /cd/sync
|
||||
|
||||
- run: echo "${PATH}"
|
||||
- run: ls -al /usr/local/bin
|
||||
|
|
Loading…
Reference in a new issue