parent
b325dca13b
commit
c1c8238061
1 changed files with 2 additions and 4 deletions
|
@ -14,19 +14,17 @@ jobs:
|
|||
|
||||
- run: 'cd/env'
|
||||
|
||||
- run: 'cd/workspace'
|
||||
|
||||
- name: Install tools
|
||||
run: |
|
||||
apt-get install --yes \
|
||||
'tree' \
|
||||
'pandoc' \
|
||||
'rsync' \
|
||||
|
||||
- name: Clone repository
|
||||
run: git clone "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" '.'
|
||||
|
||||
- name: Browse workspace
|
||||
run: tree -a "${GITHUB_WORKSPACE}"
|
||||
|
||||
- name: Build
|
||||
run: './build.sh'
|
||||
|
||||
|
|
Loading…
Reference in a new issue