workflow-test/.gitea/workflows/pipeline.yaml
Jonas Forsberg 4d724089ff
Some checks failed
Testing pipes / Explore-Gitea-Actions (push) Failing after 17s
updated apt db
2024-10-14 15:50:27 +02:00

20 lines
493 B
YAML

name: Testing pipes
on:
push:
branches:
- main
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repo code
uses: actions/checkout@v3
- run: echo "Testing testing"
- run: cat ./README.md
- run: cat /etc/os-release
- run: pwd
- run: sudo apt update
- run: sudo apt install helm
- run: echo $REPO_PASSWORD | helm registry login https://$REPO_HOST --username $REPO_USERNAME --password-stdin