Browse Source

Update tfb-startup.sh (#8066)

Startup script missing the USER_ID env var added in https://github.com/TechEmpower/FrameworkBenchmarks/pull/8021 causing service to fail on Citrine
Nate 2 years ago
parent
commit
43e41d1ff3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolset/continuous/tfb-startup.sh

+ 1 - 0
toolset/continuous/tfb-startup.sh

@@ -25,6 +25,7 @@ docker build -t techempower/tfb .
 
 echo "running tfb docker image"
 docker run \
+  -e USER_ID=$(id -u) \
   --network=host \
   --mount type=bind,source=$TFB_REPOPARENT/$TFB_REPONAME,target=/FrameworkBenchmarks \
   techempower/tfb \