ci config

This commit is contained in:
Martin Below 2024-06-10 10:26:33 +02:00
parent 6360a8a7df
commit bb39d93fbf

View File

@ -18,7 +18,9 @@ jobs:
steps: steps:
- name: debug - name: debug
run: echo "username: ${{ gitea.actor }}, password: ${{ secrets.GITEA_TOKEN }}" run: echo "username: ${{ gitea.actor }}"
- name: debug2
run: echo "password: ${{ secrets.GITEA_TOKEN }}"
- name: install netcat - name: install netcat
run: apt-get -y update ; apt -y install netcat-openbsd run: apt-get -y update ; apt -y install netcat-openbsd
- name: install mariadb server - name: install mariadb server