Skip to content

Commit

Permalink
Revert "Migrate azure pipeline to GH-action"
Browse files Browse the repository at this point in the history
This reverts commit 133f240.
  • Loading branch information
MichaelKora committed Oct 18, 2023
1 parent 133f240 commit 1941d78
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 47 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build-and-publish.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/release.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.*
!.gitignore
!.github
!.travis.yml
build/
out/
Expand Down
27 changes: 27 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
trigger:
branches:
include:
- refs/heads/*
- refs/tags/*
pr:
branches:
include:
- master

variables:
- group: sonarqube
- group: sign
- group: ossrh

resources:
repositories:
- repository: templates
type: github
name: bakdata/bakdata-project-templates
endpoint: bot

jobs:
- template: azure/gradle/build.yml@templates
- template: azure/gradle/create_tag_version.yml@templates
- template: azure/gradle/upload_release.yml@templates
- template: azure/gradle/upload_snapshot.yml@templates

0 comments on commit 1941d78

Please sign in to comment.