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 aa00142 commit ca5730c
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 223 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-exponential-smoothing-predictor:
name: Build and push exponential-smoothing-predictor
uses: eu-nebulous/github-actions/.github/workflows/build-and-push-container-image.yml@main
with:
context: exponential-smoothing-predictor
image-name: exponential-smoothing-predictor
secrets: inherit
33 changes: 0 additions & 33 deletions java-spring-boot-demo/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions java-spring-boot-demo/Dockerfile

This file was deleted.

42 changes: 0 additions & 42 deletions java-spring-boot-demo/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

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 ca5730c

Please sign in to comment.