Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
Change-Id: I15444e008987ccb4421e76d70d96aba93b81a585

# Conflicts:
#	java-spring-boot-demo/.gitignore
#	java-spring-boot-demo/Dockerfile
#	java-spring-boot-demo/pom.xml
#	java-spring-boot-demo/src/main/java/com/example/demo/DemoApplication.java
#	java-spring-boot-demo/src/main/java/com/example/demo/DemoController.java
#	java-spring-boot-demo/src/main/resources/application.properties
#	java-spring-boot-demo/src/test/java/com/example/demo/DemoApplicationTests.java
#	zuul.d/jobs.yaml
#	zuul.d/project.yaml
  • Loading branch information
atsag committed Jul 11, 2024
2 parents f9bc3d2 + 2915aca commit 4cede0c
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 222 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.

72 changes: 0 additions & 72 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 4cede0c

Please sign in to comment.