Migrate to Actions #13

Merged
chris merged 39 commits from gitea-actions into release 2024-12-17 18:37:06 -05:00
Showing only changes of commit 86eb420084 - Show all commits

View File

@ -16,6 +16,12 @@ jobs:
- name: Cleanup old code - name: Cleanup old code
run: rm -rfv * 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 - name: Environment check
run: | run: |
hostnamectl hostnamectl
@ -24,18 +30,6 @@ jobs:
pwd pwd
tree 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: Build-Images:
runs-on: self-hosted runs-on: self-hosted
defaults: defaults: