Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3486111
D6261.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D6261.diff
View Options
diff --git a/.buildkite/android.yml b/.buildkite/android.yml
--- a/.buildkite/android.yml
+++ b/.buildkite/android.yml
@@ -13,7 +13,6 @@
- docker#v3.13.0:
image: 'reactnativecommunity/react-native-android:latest'
shell: ['/bin/bash', '-e', '-c']
- environment:
- - 'BUILDKITE=true'
+ propagate-environment: true
agents:
- 'autoscaling=true'
diff --git a/.buildkite/cmakecheck.yml b/.buildkite/cmakecheck.yml
--- a/.buildkite/cmakecheck.yml
+++ b/.buildkite/cmakecheck.yml
@@ -8,5 +8,6 @@
- docker#v3.13.0:
image: 'python:bullseye'
shell: ['/bin/bash', '-e', '-c']
+ propagate-environment: true
agents:
- 'autoscaling=true'
diff --git a/.buildkite/eslint_flow_jest.yml b/.buildkite/eslint_flow_jest.yml
--- a/.buildkite/eslint_flow_jest.yml
+++ b/.buildkite/eslint_flow_jest.yml
@@ -12,5 +12,6 @@
image: 'node:16.13-bullseye'
always-pull: true
workdir: /comm
+ propagate-environment: true
agents:
- 'autoscaling=true'
diff --git a/.buildkite/jsi_codegen.yml b/.buildkite/jsi_codegen.yml
--- a/.buildkite/jsi_codegen.yml
+++ b/.buildkite/jsi_codegen.yml
@@ -9,5 +9,6 @@
image: 'node:16.13-bullseye'
always-pull: true
workdir: /comm
+ propagate-environment: true
agents:
- 'autoscaling=true'
diff --git a/.buildkite/shellcheck.yml b/.buildkite/shellcheck.yml
--- a/.buildkite/shellcheck.yml
+++ b/.buildkite/shellcheck.yml
@@ -1,5 +1,5 @@
steps:
- - label: ":shell: ShellCheck"
+ - label: ':shell: ShellCheck'
command:
- 'apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y shellcheck'
- 'shopt -s globstar'
@@ -7,6 +7,7 @@
plugins:
- docker#v3.13.0:
image: 'debian:stable'
- shell: ["/bin/bash", "-e", "-c"]
+ shell: ['/bin/bash', '-e', '-c']
+ propagate-environment: true
agents:
- 'autoscaling=true'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 3:08 AM (19 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2675129
Default Alt Text
D6261.diff (1 KB)
Attached To
Mode
D6261: [CI] propagate buildkite env vars to the docker container
Attached
Detach File
Event Timeline
Log In to Comment