Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
0c6fd54982 | |||
c9c817391b | |||
88e1345142 | |||
2ef040128b | |||
a345e39e45 | |||
bcde1d7a99 | |||
fd54cb244c | |||
520aceaf6b | |||
ba0572d51a |
@ -5,6 +5,10 @@ on: [push]
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ci-tools
|
||||
container:
|
||||
image: iohubdev/ci-tools:latest
|
||||
volumes:
|
||||
- /opt/public/:/public/
|
||||
steps:
|
||||
- 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!"
|
||||
@ -18,6 +22,10 @@ jobs:
|
||||
ls ${{ gitea.workspace }}
|
||||
mkdir build
|
||||
echo "tests" > build/application
|
||||
- name: test volumn
|
||||
run: |
|
||||
ls -al /public/
|
||||
echo "tests" > /public/application
|
||||
- name: Save artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
@ -40,7 +48,7 @@ jobs:
|
||||
- name: env
|
||||
run: |
|
||||
printenv
|
||||
echo "Tag name from GITHUB_REF_NAME: $GITEA_REF_NAME"
|
||||
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
|
||||
echo "Tag name from github.ref_name: ${{ gitea.ref_name }}"
|
||||
ls -al .
|
||||
ls -al build
|
||||
|
Reference in New Issue
Block a user