vchunikhin commented on code in PR #23378: URL: https://github.com/apache/beam/pull/23378#discussion_r981950882
########## playground/frontend/Dockerfile: ########## @@ -28,10 +36,29 @@ RUN wget https://storage.googleapis.com/flutter_infra_release/releases/stable/li dart pub global activate protoc_plugin &&\ ln -s /root/.pub-cache/bin/protoc-gen-dart /usr/bin/ - COPY . /app WORKDIR /app +# ------------------------------------------------ +# Extracting Beam symbols for autocompletion. +# ------------------------------------------------ + +RUN cd /app/playground_components &&\ + mkdir -p assets/symbols &&\ + git clone https://github.com/apache/beam.git &&\ + cd beam &&\ + git checkout $BEAM_REF Review Comment: Why do we use checkout here? It looks that it's not necessary -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
