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 fbb6162 commit 88062cb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 117 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-optimiser-controller:
name: Build and push optimiser-controller
uses: eu-nebulous/github-actions/.github/workflows/build-and-push-container-image.yml@main
with:
context: .
image-name: optimiser-controller
secrets: inherit
94 changes: 0 additions & 94 deletions zuul.d/jobs.yaml

This file was deleted.

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

This file was deleted.

0 comments on commit 88062cb

Please sign in to comment.