Skip to content
Snippets Groups Projects
Commit b474daa6 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

fix env variables

parent b9d49d05
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ FROM $IMAGE_SERVER/flutter:3.19.0
ARG DEPENDENCY_DIR
ARG ANDROID_HOME
ENV PATH "${PATH}:${ANDROID_HOME}/cmdline-tools/latest/bin:${ANDROID_HOME}/platform-tools"
ENV PATH="${PATH}:${ANDROID_HOME}/cmdline-tools/latest/bin:${ANDROID_HOME}/platform-tools"
ENV ANDROID_HOME=$ANDROID_HOME
COPY --from=download $DEPENDENCY_DIR /
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment