Skip to content

Commit

Permalink
transtion from zuul to gha
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarchel7bulls committed Jun 10, 2024
1 parent 6e223bd commit b3dc7b1
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-exn-middleware-core:
name: Build and push exn-middleware
uses: eu-nebulous/github-actions/.github/workflows/build-and-push-container-image.yml@main
with:
context: exn-middleware-core
image-name: exn-middleware-core
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 b3dc7b1

Please sign in to comment.