test actions 26
Some checks failed
Some checks failed
This commit is contained in:
parent
5b2fa13ff3
commit
86eb420084
@ -16,6 +16,12 @@ jobs:
|
||||
- name: Cleanup old code
|
||||
run: rm -rfv *
|
||||
|
||||
- name: Clone repository
|
||||
run: |
|
||||
git clone ${{ GITHUB_SERVER_URL }}/${{ GITHUB_REPOSITORY }}.git
|
||||
cd ${{ REPOSITORY_NAME }}
|
||||
git checkout ${{ env.GITHUB_REF_NAME }}
|
||||
|
||||
- name: Environment check
|
||||
run: |
|
||||
hostnamectl
|
||||
@ -24,18 +30,6 @@ jobs:
|
||||
pwd
|
||||
tree
|
||||
|
||||
Clone-Repository:
|
||||
runs-on: self-hosted
|
||||
defaults:
|
||||
run:
|
||||
working-directory: /home/builds/src
|
||||
steps:
|
||||
- name: Clone repository
|
||||
run: |
|
||||
git clone ${{ GITHUB_SERVER_URL }}/${{ GITHUB_REPOSITORY }}.git
|
||||
cd ${{ REPOSITORY_NAME }}
|
||||
git checkout ${{ env.GITHUB_REF_NAME }}
|
||||
|
||||
Build-Images:
|
||||
runs-on: self-hosted
|
||||
defaults:
|
||||
|
Loading…
x
Reference in New Issue
Block a user