Skip to content

Commit

Permalink
AUTO-6719: Jenkins/README.md: export FORCE_DEV_BUILD and CODE_SIGNING…
Browse files Browse the repository at this point in the history
…_FILE as well

* without CODE_SIGNING_FILE docker-compose will fail with:
  ERROR: Cannot create container for service build-simulator: create .: volume name is too short, names should be at least two alphanumeric characters

* and without FORCE_DEV_BUILD:
  /mnt/Jenkins/build-simulator.sh: line 60: FORCE_DEV_BUILD: unbound variable
  • Loading branch information
shr-project authored and EricBoiseLGSVL committed Aug 25, 2021
1 parent 377bceb commit 4b081fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export UNITY_SERIAL=...
export SIMULATOR_DOCKER_IMAGE=hdrp/simulator
export PYTHONUNBUFFERED=1
export UID
export CODE_SIGNING_FILE=/dev/urandom
export FORCE_DEV_BUILD=true
```

## Running file/folder check
Expand Down

0 comments on commit 4b081fc

Please sign in to comment.