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