parent
0ed9a7691f
commit
34b3ecd0b9
1 changed files with 3 additions and 4 deletions
|
@ -12,9 +12,9 @@ jobs:
|
|||
apt-get install --yes 'git'
|
||||
git clone "${GITHUB_SERVER_URL}/rwx.work/cd" '/cd'
|
||||
|
||||
- run: '/cd/env'
|
||||
- run: /cd/env
|
||||
|
||||
- run: '/cd/workspace'
|
||||
- run: /cd/workspace
|
||||
|
||||
- name: Install tools
|
||||
run: |
|
||||
|
@ -22,8 +22,7 @@ jobs:
|
|||
'pandoc' \
|
||||
'rsync' \
|
||||
|
||||
- name: Clone repository
|
||||
run: git clone "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" '.'
|
||||
- run: /cd/branch
|
||||
|
||||
- name: Build
|
||||
run: './build.sh'
|
||||
|
|
Loading…
Reference in a new issue