Skip to content

Commit

Permalink
transition from zuul to gha (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarchel7bulls authored Jun 10, 2024
1 parent 8280455 commit 7a50ad8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 93 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI
on:
push:
branches:
- main
- r[1-9]
pull_request:
branches:
- main
- r[1-9]
jobs:
build-and-push-monitoring-data-persistor:
name: Build and push monitoring-data-persistor
uses: eu-nebulous/github-actions/.github/workflows/build-and-push-container-image.yml@main
with:
context: monitoring-data-persistor
image-name: monitoring-data-persistor
secrets: inherit
73 changes: 0 additions & 73 deletions zuul.d/jobs.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions zuul.d/project.yaml

This file was deleted.

0 comments on commit 7a50ad8

Please sign in to comment.