Compare commits

..

1 Commits

Author SHA1 Message Date
859be6100c feat: initial commit
Some checks failed
Build / build (pull_request) Failing after 41s
- add Makefile
- add gitea workflows
- add Dockerfile
- pass through trusted ca certificates
2024-09-08 01:04:03 +10:00
2 changed files with 0 additions and 4 deletions

View File

@ -18,8 +18,6 @@ jobs:
- name: Set up environment - name: Set up environment
run: | run: |
apk add --no-cache make bash git nodejs apk add --no-cache make bash git nodejs
cp /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
update-ca-certificates
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@ -20,8 +20,6 @@ jobs:
- name: Set up environment - name: Set up environment
run: | run: |
apk add --no-cache make bash git nodejs apk add --no-cache make bash git nodejs
cp /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
update-ca-certificates
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3