lol #2
1 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,15 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: git.php.fail/lubiana/container/php:ci
|
image: git.php.fail/lubiana/container/php:ci
|
||||||
steps:
|
steps:
|
||||||
|
- name: Manually checkout
|
||||||
|
env:
|
||||||
|
REPO: '${{ github.repository }}'
|
||||||
|
TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
|
GIT_SERVER: 'hannover.ccc.de/gitlab'
|
||||||
|
- run: |
|
||||||
|
git clone --branch $GITHUB_HEAD_REF https://${TOKEN}@${GIT_SERVER}/${REPO}.git .
|
||||||
|
git fetch
|
||||||
|
git checkout $GITHUB_HEAD_REF
|
||||||
- name: lol
|
- name: lol
|
||||||
run: |
|
run: |
|
||||||
ls -l
|
ls -l
|
||||||
|
|
Loading…
Reference in a new issue