Skip to content
Snippets Groups Projects
Commit d249dbc0 authored by James Alexander Clark PhD's avatar James Alexander Clark PhD
Browse files

Add a comment to dockerfile

parent 74125611
Branches container
No related tags found
1 merge request!11Master
......@@ -12,6 +12,7 @@ LABEL org.label-schema.vcs-url="https://git.ligo.org/lscsoft/bayeswave"
LABEL org.label-schema.build-date="${BUILD_DATE}"
LABEL org.label-schema.vcs-ref="${CI_COMMIT_SHA}"
# Install the current commit
RUN git clone https://git.ligo.org/james-clark/bayeswave.git && \
cd bayeswave && \
git checkout ${CI_COMMIT_SHA} && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment