chore: update ci
This commit is contained in:
@@ -4,16 +4,16 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-ci
|
runs-on: gitea-runner
|
||||||
container:
|
container:
|
||||||
image: ubuntu:ci
|
image: alpine:gitea-runner
|
||||||
volumes:
|
volumes:
|
||||||
- data:/var/data
|
- /var/data/zApps:/var/data/zApps
|
||||||
- deploy:/var/deploy
|
- /var/data/zUser/apps:/var/data/zUser/apps
|
||||||
- /usr/bin/docker:/usr/bin/docker
|
- /usr/bin/docker:/usr/bin/docker
|
||||||
- /usr/local/bin/kubectl:/usr/local/bin/kubectl
|
|
||||||
steps:
|
steps:
|
||||||
- run: echo "PATH=/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
|
- run: echo "GOPATH=/var/data/zUser/apps/go" >> $GITHUB_ENV
|
||||||
|
- run: echo "PATH=/var/data/zUser/apps/go/bin:/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- 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 }}."
|
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
|
|||||||
Reference in New Issue
Block a user