2
Fork 0
Code Issues 1 Pull requests 2 Wiki Activity
Var Dump:
dumpVar: only available in dev mode
Mailing List

Merge pull request 'Fix pipeline' (#6) from feat/ci into master

Reviewed-on: https://git.sclu1034.dev///bitsquid_dt/dt-plugin-template/pulls/6
This commit is contained in:
Lucas Schwiderski 2024-08-19 11:23:52 +00:00
commit 75e8b29605
Signed by: Forgejo (git.sclu1034.dev)
GPG key ID: B1C9C29730D3D366
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,7 @@ RUN set -eux; \
apt-get update; \
apt-get install --no-install-recommends -y \
git \
jq \
; \
sh -c "git config --global --add safe.directory '*'"; \
apt-get remove -y --auto-remove; \

View file

@ -37,7 +37,7 @@ resources:
type: gitea-package
source:
access_token: ((forgejo_api_key))
url: ((fprgejo_url))
url: ((forgejo_url))
owner: ((owner))
type: generic
name: ((repo))
@ -73,6 +73,8 @@ jobs:
pr: ((.:pr))
forgejo_api_key: ((forgejo_api_key))
forgejo_url: ((forgejo_url))
owner: ((owner))
repo: ((repo))
instance_vars:
number: ((.:pr.number))