Skip to content

Commit 5306637

Browse files
committed
fix path (final..)
1 parent ed3ce17 commit 5306637

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/envs/docker.env

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
# ==============================================================================
1515
# This file contains all the docker specifc envs that are needed by the
1616
# ci/utilities/run_docker_container.sh script.
17-
source ./ci/default.env
17+
18+
# Inherit default JAXCI environment variables.
19+
source ci/envs/default.env
20+
1821
os=$(uname -s | awk '{print tolower($0)}')
1922
arch=$(uname -m)
2023

0 commit comments

Comments
 (0)