Skip to content

Commit

Permalink
Revert to Azure CI (#13)
Browse files Browse the repository at this point in the history
Reverts #10
  • Loading branch information
philipp94831 authored Jan 10, 2024
1 parent 4b93f0b commit cb7cbec
Show file tree
Hide file tree
Showing 4 changed files with 24 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
!.gitlab-ci.yml
build/
out/
24 changes: 24 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
trigger:
branches:
include:
- refs/heads/*
- refs/tags/*

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

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 cb7cbec

Please sign in to comment.