This commit is contained in:
@@ -4,14 +4,13 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: gitea-runner
|
||||
runs-on: nodejs
|
||||
container:
|
||||
image: alpine:gitea-runner
|
||||
image: node:24-alpine
|
||||
volumes:
|
||||
- /var/data/zApps:/var/data/zApps
|
||||
- /var/data/zUser/apps:/var/data/zUser/apps
|
||||
- /var/data/zApps/bin/docker/docker:/usr/bin/docker
|
||||
- /var/data/zApps/node/bin/node:/usr/bin/node
|
||||
steps:
|
||||
- run: echo "GOPATH=/var/data/zUser/apps/go" >> $GITHUB_ENV
|
||||
- run: echo "PATH=/var/data/zApps/bin:/var/data/zUser/apps/node/bin:/var/data/zUser/apps/go/bin:/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
|
||||
@@ -19,7 +18,7 @@ jobs:
|
||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||
- name: Check out repository code
|
||||
uses: http://10.42.0.203:3000/actions/checkout@v6.0.2
|
||||
uses: https://git.0orz.top/actions/checkout@v6.0.2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
|
||||
Reference in New Issue
Block a user