Merge remote-tracking branch 'origin/master'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
commit
6a6336f65d
@ -2,9 +2,9 @@ pipeline:
|
|||||||
build:
|
build:
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
repo: harbor.codemowers.eu/${CI_REPO}
|
repo: harbor.k-space.ee/${CI_REPO}
|
||||||
tags: latest
|
tags: latest
|
||||||
registry: harbor.codemowers.eu
|
registry: harbor.k-space.ee
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
|
@ -56,8 +56,8 @@ export class AliasesService<ServiceParams extends AliasesParams = AliasesParams>
|
|||||||
async create(data: AliasesData, params: ServiceParams): Promise<Alias | Alias[]> {
|
async create(data: AliasesData, params: ServiceParams): Promise<Alias | Alias[]> {
|
||||||
const userId = await this.getUserIdByEmailAddress(params)
|
const userId = await this.getUserIdByEmailAddress(params)
|
||||||
const aliasFirstPart = faker.animal.crocodilia()
|
const aliasFirstPart = faker.animal.crocodilia()
|
||||||
.replace(/\D/, '')
|
.replace(/\D/g, '')
|
||||||
.replace(/\s/, '')
|
.replace(/\s/g, '')
|
||||||
.slice(0, 10);
|
.slice(0, 10);
|
||||||
|
|
||||||
const aliasSecondPart = faker.git.commitSha({ length: 5 });
|
const aliasSecondPart = faker.git.commitSha({ length: 5 });
|
||||||
|
Loading…
Reference in New Issue
Block a user