Skip to content

Commit

Permalink
Fix docker compose file names
Browse files Browse the repository at this point in the history
  • Loading branch information
Eberhard Wolff committed Sep 28, 2020
1 parent a280a63 commit 08b0190
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Create Docker images
run: cd docker && docker-compose build
- name: Create Docker images Zipkin
run: cd docker && docker-compose -f docker-compose-zipkin build
run: cd docker && docker-compose -f docker-compose-zipkin.yml build
- name: Create Docker images Elastic
run: cd docker && docker-compose -f docker-compose-elastic build
run: cd docker && docker-compose -f docker-compose-elastic.yml build
- name: Create Docker images Prometheus
run: cd docker && docker-compose -f docker-compose-elastic build
run: cd docker && docker-compose -f docker-compose-prometheus.yml build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
class="net.logstash.logback.encoder.LoggingEventCompositeJsonEncoder">
<providers>
<arguments />
<stackTrace />
<timestamp>
<timeZone>UTC</timeZone>
</timestamp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
class="net.logstash.logback.encoder.LoggingEventCompositeJsonEncoder">
<providers>
<arguments />
<stackTrace />
<timestamp>
<timeZone>UTC</timeZone>
</timestamp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
class="net.logstash.logback.encoder.LoggingEventCompositeJsonEncoder">
<providers>
<arguments />
<stackTrace />
<timestamp>
<timeZone>UTC</timeZone>
</timestamp>
Expand Down

0 comments on commit 08b0190

Please sign in to comment.