chore: PAT changed, .editorconfig & format fix
This commit is contained in:
parent
67b77db049
commit
62c7306844
3 changed files with 18 additions and 15 deletions
|
|
@ -8,3 +8,6 @@ trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.py]
|
[*.py]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.yaml]
|
||||||
|
indent_size = 2
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ steps:
|
||||||
tags: dev-${CI_PIPELINE_NUMBER}
|
tags: dev-${CI_PIPELINE_NUMBER}
|
||||||
username: stawros
|
username: stawros
|
||||||
password:
|
password:
|
||||||
from_secret: git_pat
|
from_secret: hattori_git_pat
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "ci-ready"'
|
evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "ci-ready"'
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ steps:
|
||||||
tags: latest
|
tags: latest
|
||||||
username: stawros
|
username: stawros
|
||||||
password:
|
password:
|
||||||
from_secret: git_pat
|
from_secret: hattori_git_pat
|
||||||
when:
|
when:
|
||||||
- event: [tag, push, manual]
|
- event: [ tag, push, manual ]
|
||||||
branch: master
|
branch: master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue