Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions azure-pipelines.tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ resources:
type: github
endpoint: keboola
name: keboola/git-service-php-api-client
- repository: php-api-client-base
type: github
endpoint: keboola
name: keboola/php-api-client-base
- repository: input-mapping
type: github
endpoint: keboola
Expand Down Expand Up @@ -144,6 +148,14 @@ jobs:
libraryPath: libs/git-service-api-client
tagPrefix: git-service-api-client/

- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/php-api-client-base/')
sourceRepo: platform-libraries
targetRepo: php-api-client-base
libraryPath: libs/php-api-client-base
tagPrefix: php-api-client-base/

- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/input-mapping/')
Expand Down
12 changes: 12 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ resources:
type: github
endpoint: keboola
name: keboola/git-service-php-api-client
- repository: php-api-client-base
type: github
endpoint: keboola
name: keboola/php-api-client-base
- repository: input-mapping
type: github
endpoint: keboola
Expand Down Expand Up @@ -439,6 +443,14 @@ stages:
libraryPath: libs/git-service-api-client
tagPrefix: git-service-api-client/

- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: and(succeeded(), stageDependencies.build.checkChanges.outputs['findChanges.changedProjects_phpApiClientBase'])
sourceRepo: platform-libraries
targetRepo: php-api-client-base
libraryPath: libs/php-api-client-base
tagPrefix: php-api-client-base/

- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: and(succeeded(), stageDependencies.build.checkChanges.outputs['findChanges.changedProjects_inputMapping'])
Expand Down