Skip to content

Commit

Permalink
airbyte-ci: add missing env var to gradle format container
Browse files Browse the repository at this point in the history
  • Loading branch information
postamar committed Nov 27, 2023
1 parent cf59766 commit 5d2161e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def format_java_container(dagger_client: dagger.Client) -> dagger.Container:
"yum install -y findutils", # gradle requires xargs, which is shipped in findutils.
"yum clean all",
],
env_vars={"RUN_IN_AIRBYTE_CI": "1"},
)


Expand Down

0 comments on commit 5d2161e

Please sign in to comment.