Skip to content

Commit

Permalink
Disable EOL warning in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
austindrenski committed May 7, 2024
1 parent 25422ba commit 48792c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:

env:
COMPOSE_CLOUD_EOL_SILENT: true
GO_VERSION: 1.19

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
default: 'true'

env:
COMPOSE_CLOUD_EOL_SILENT: true
GO_VERSION: 1.19

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ecs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:

env:
COMPOSE_CLOUD_EOL_SILENT: true
GO_VERSION: 1.19

jobs:
Expand Down

0 comments on commit 48792c0

Please sign in to comment.