Fix incorrect URLs

This commit is contained in:
Lucas Schwiderski 2025-04-21 15:28:27 +02:00
parent e61a252ee6
commit 5aa8421f7d
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
2 changed files with 12 additions and 12 deletions

View file

@ -29,7 +29,7 @@ resources:
- name: repo - name: repo
type: git type: git
source: source:
uri: http://git.sclu1034.dev/bitsquid_dt/dtmt uri: https://git.sclu1034.dev/bitsquid_dt/dtmt
branch: master branch: master
- name: repo-pr - name: repo-pr
@ -44,7 +44,7 @@ resources:
type: gitea-package type: gitea-package
source: source:
access_token: ((gitea_api_key)) access_token: ((gitea_api_key))
url: http://git.sclu1034.dev url: https://git.sclu1034.dev
owner: bitsquid_dt owner: bitsquid_dt
type: generic type: generic
name: dtmt name: dtmt
@ -54,7 +54,7 @@ resources:
type: gitea-status type: gitea-status
source: source:
access_token: ((gitea_api_key)) access_token: ((gitea_api_key))
url: http://git.sclu1034.dev url: https://git.sclu1034.dev
owner: bitsquid_dt owner: bitsquid_dt
repo: dtmt repo: dtmt
context: build/msvc context: build/msvc
@ -64,7 +64,7 @@ resources:
type: gitea-status type: gitea-status
source: source:
access_token: ((gitea_api_key)) access_token: ((gitea_api_key))
url: http://git.sclu1034.dev url: https://git.sclu1034.dev
owner: bitsquid_dt owner: bitsquid_dt
repo: dtmt repo: dtmt
context: build/linux context: build/linux
@ -200,7 +200,7 @@ jobs:
vars: vars:
pr: "" pr: ""
target: linux target: linux
gitea_url: http://git.sclu1034.dev gitea_url: https://git.sclu1034.dev
gitea_api_key: ((gitea_api_key)) gitea_api_key: ((gitea_api_key))
- load_var: version_number - load_var: version_number

View file

@ -22,14 +22,14 @@ resources:
- name: repo - name: repo
type: git type: git
source: source:
uri: http://git.sclu1034.dev/bitsquid_dt/dtmt uri: https://git.sclu1034.dev/bitsquid_dt/dtmt
branch: ((pr.head.ref)) branch: ((pr.head.ref))
- name: gitea-package - name: gitea-package
type: gitea-package type: gitea-package
source: source:
access_token: ((gitea_api_key)) access_token: ((gitea_api_key))
url: http://git.sclu1034.dev url: https://git.sclu1034.dev
owner: bitsquid_dt owner: bitsquid_dt
type: generic type: generic
name: dtmt name: dtmt
@ -38,7 +38,7 @@ resources:
type: gitea-status type: gitea-status
source: source:
access_token: ((gitea_api_key)) access_token: ((gitea_api_key))
url: http://git.sclu1034.dev url: https://git.sclu1034.dev
owner: bitsquid_dt owner: bitsquid_dt
repo: dtmt repo: dtmt
context: lint/clippy context: lint/clippy
@ -48,7 +48,7 @@ resources:
type: gitea-status type: gitea-status
source: source:
access_token: ((gitea_api_key)) access_token: ((gitea_api_key))
url: http://git.sclu1034.dev url: https://git.sclu1034.dev
owner: bitsquid_dt owner: bitsquid_dt
repo: dtmt repo: dtmt
context: build/msvc context: build/msvc
@ -58,7 +58,7 @@ resources:
type: gitea-status type: gitea-status
source: source:
access_token: ((gitea_api_key)) access_token: ((gitea_api_key))
url: http://git.sclu1034.dev url: https://git.sclu1034.dev
owner: bitsquid_dt owner: bitsquid_dt
repo: dtmt repo: dtmt
context: build/linux context: build/linux
@ -139,7 +139,7 @@ jobs:
vars: vars:
target: msvc target: msvc
pr: ((pr)) pr: ((pr))
gitea_url: http://git.sclu1034.dev gitea_url: https://git.sclu1034.dev
gitea_api_key: ((gitea_api_key)) gitea_api_key: ((gitea_api_key))
- load_var: version_number - load_var: version_number
@ -197,7 +197,7 @@ jobs:
vars: vars:
target: linux target: linux
pr: ((pr)) pr: ((pr))
gitea_url: http://git.sclu1034.dev gitea_url: https://git.sclu1034.dev
gitea_api_key: ((gitea_api_key)) gitea_api_key: ((gitea_api_key))
- load_var: version_number - load_var: version_number