Skip to content

Commit 267bab7

Browse files
author
Vaughn Dice
committed
Merge pull request #731 from vdice/update-release-var-name
chore(Dockerfile,__init__.py): DEIS_RELEASE -> WORKFLOW_RELEASE
2 parents ec226fe + f6c80e5 commit 267bab7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ RUN DOCKER_BUILD=true /app/tmp/build.sh && rm -rf /app/*
1818

1919
ADD . /app
2020

21-
ENV DEIS_RELEASE 2.0.0-dev
21+
ENV WORKFLOW_RELEASE 2.0.0-dev

rootfs/scheduler/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"value":"$id"
143143
},
144144
{
145-
"name":"DEIS_RELEASE",
145+
"name":"WORKFLOW_RELEASE",
146146
"value":"$appversion"
147147
}
148148
]
@@ -206,7 +206,7 @@
206206
"value":"$id"
207207
},
208208
{
209-
"name":"DEIS_RELEASE",
209+
"name":"WORKFLOW_RELEASE",
210210
"value":"$appversion"
211211
},
212212
{

0 commit comments

Comments
 (0)