summaryrefslogtreecommitdiff
path: root/.expeditor/update_dockerfile.sh
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2019-02-19 12:48:26 -0600
committerTom Duffield <tom@chef.io>2019-02-19 12:48:26 -0600
commitaddd2f3558c1120eb20eed4a1e31f5ed11e61139 (patch)
tree33d6bc6666d5ccc0e8ac9323c62396c03d10e7b1 /.expeditor/update_dockerfile.sh
parentdd3094a5ec35d3130086b4f7d4e102b92e1ae9ed (diff)
downloadchef-addd2f3558c1120eb20eed4a1e31f5ed11e61139.tar.gz
Update scripts to use new EXPEDITOR_ environment variablestduffield/new-envvars
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to '.expeditor/update_dockerfile.sh')
-rwxr-xr-x.expeditor/update_dockerfile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/update_dockerfile.sh b/.expeditor/update_dockerfile.sh
index 3ed0ed186a..a9d266ff74 100755
--- a/.expeditor/update_dockerfile.sh
+++ b/.expeditor/update_dockerfile.sh
@@ -11,4 +11,4 @@
set -evx
-sed -i -r "s/^ARG VERSION=.+/ARG VERSION=${VERSION}/" Dockerfile
+sed -i -r "s/^ARG VERSION=.+/ARG VERSION=${EXPEDITOR_VERSION}/" Dockerfile