Merge pull request 'Fix incorrect URLs' (#220) from feature/ci into master
Some checks are pending
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
Some checks are pending
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
Reviewed-on: #220
This commit is contained in:
commit
c6f9e2a369
2 changed files with 12 additions and 12 deletions
|
@ -29,7 +29,7 @@ resources:
|
|||
- name: repo
|
||||
type: git
|
||||
source:
|
||||
uri: http://git.sclu1034.dev/bitsquid_dt/dtmt
|
||||
uri: https://git.sclu1034.dev/bitsquid_dt/dtmt
|
||||
branch: master
|
||||
|
||||
- name: repo-pr
|
||||
|
@ -44,7 +44,7 @@ resources:
|
|||
type: gitea-package
|
||||
source:
|
||||
access_token: ((gitea_api_key))
|
||||
url: http://git.sclu1034.dev
|
||||
url: https://git.sclu1034.dev
|
||||
owner: bitsquid_dt
|
||||
type: generic
|
||||
name: dtmt
|
||||
|
@ -54,7 +54,7 @@ resources:
|
|||
type: gitea-status
|
||||
source:
|
||||
access_token: ((gitea_api_key))
|
||||
url: http://git.sclu1034.dev
|
||||
url: https://git.sclu1034.dev
|
||||
owner: bitsquid_dt
|
||||
repo: dtmt
|
||||
context: build/msvc
|
||||
|
@ -64,7 +64,7 @@ resources:
|
|||
type: gitea-status
|
||||
source:
|
||||
access_token: ((gitea_api_key))
|
||||
url: http://git.sclu1034.dev
|
||||
url: https://git.sclu1034.dev
|
||||
owner: bitsquid_dt
|
||||
repo: dtmt
|
||||
context: build/linux
|
||||
|
@ -200,7 +200,7 @@ jobs:
|
|||
vars:
|
||||
pr: ""
|
||||
target: linux
|
||||
gitea_url: http://git.sclu1034.dev
|
||||
gitea_url: https://git.sclu1034.dev
|
||||
gitea_api_key: ((gitea_api_key))
|
||||
|
||||
- load_var: version_number
|
||||
|
|
|
@ -22,14 +22,14 @@ resources:
|
|||
- name: repo
|
||||
type: git
|
||||
source:
|
||||
uri: http://git.sclu1034.dev/bitsquid_dt/dtmt
|
||||
uri: https://git.sclu1034.dev/bitsquid_dt/dtmt
|
||||
branch: ((pr.head.ref))
|
||||
|
||||
- name: gitea-package
|
||||
type: gitea-package
|
||||
source:
|
||||
access_token: ((gitea_api_key))
|
||||
url: http://git.sclu1034.dev
|
||||
url: https://git.sclu1034.dev
|
||||
owner: bitsquid_dt
|
||||
type: generic
|
||||
name: dtmt
|
||||
|
@ -38,7 +38,7 @@ resources:
|
|||
type: gitea-status
|
||||
source:
|
||||
access_token: ((gitea_api_key))
|
||||
url: http://git.sclu1034.dev
|
||||
url: https://git.sclu1034.dev
|
||||
owner: bitsquid_dt
|
||||
repo: dtmt
|
||||
context: lint/clippy
|
||||
|
@ -48,7 +48,7 @@ resources:
|
|||
type: gitea-status
|
||||
source:
|
||||
access_token: ((gitea_api_key))
|
||||
url: http://git.sclu1034.dev
|
||||
url: https://git.sclu1034.dev
|
||||
owner: bitsquid_dt
|
||||
repo: dtmt
|
||||
context: build/msvc
|
||||
|
@ -58,7 +58,7 @@ resources:
|
|||
type: gitea-status
|
||||
source:
|
||||
access_token: ((gitea_api_key))
|
||||
url: http://git.sclu1034.dev
|
||||
url: https://git.sclu1034.dev
|
||||
owner: bitsquid_dt
|
||||
repo: dtmt
|
||||
context: build/linux
|
||||
|
@ -139,7 +139,7 @@ jobs:
|
|||
vars:
|
||||
target: msvc
|
||||
pr: ((pr))
|
||||
gitea_url: http://git.sclu1034.dev
|
||||
gitea_url: https://git.sclu1034.dev
|
||||
gitea_api_key: ((gitea_api_key))
|
||||
|
||||
- load_var: version_number
|
||||
|
@ -197,7 +197,7 @@ jobs:
|
|||
vars:
|
||||
target: linux
|
||||
pr: ((pr))
|
||||
gitea_url: http://git.sclu1034.dev
|
||||
gitea_url: https://git.sclu1034.dev
|
||||
gitea_api_key: ((gitea_api_key))
|
||||
|
||||
- load_var: version_number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue