We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec226fe + f6c80e5 commit 267bab7Copy full SHA for 267bab7
2 files changed
rootfs/Dockerfile
@@ -18,4 +18,4 @@ RUN DOCKER_BUILD=true /app/tmp/build.sh && rm -rf /app/*
18
19
ADD . /app
20
21
-ENV DEIS_RELEASE 2.0.0-dev
+ENV WORKFLOW_RELEASE 2.0.0-dev
rootfs/scheduler/__init__.py
@@ -142,7 +142,7 @@
142
"value":"$id"
143
},
144
{
145
- "name":"DEIS_RELEASE",
+ "name":"WORKFLOW_RELEASE",
146
"value":"$appversion"
147
}
148
]
@@ -206,7 +206,7 @@
206
207
208
209
210
211
212
0 commit comments