Skip to content

Commit

Permalink
makefiles/docker.inc.mk: export RIOT_CI_BUILD to docker
Browse files Browse the repository at this point in the history
The variable was not given to docker before and as it is setting
'RIOT_VERSION_OVERRIDE=buildtest' it helps testing in docker more
consistently.
  • Loading branch information
cladmi committed Sep 6, 2018
1 parent f0cf15e commit eab9757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefiles/docker.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export DOCKER_ENV_VARS = \
PREFIX \
QUIET \
WERROR \
RIOT_CI_BUILD \
RIOT_VERSION \
SCANBUILD_ARGS \
SCANBUILD_OUTPUTDIR \
Expand Down

0 comments on commit eab9757

Please sign in to comment.