Skip to content

Commit

Permalink
Allow to run Docker with the develop branch of web UI
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Nov 26, 2023
1 parent d11c30f commit a29cc55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ RUN cd /opt \
# && curl -s -L https://github.com/pkiraly/qa-catalogue-web/archive/${QA_CATALOGUE_VERSION}.zip --output master.zip \
&& if [ "${QA_CATALOGUE_WEB_VERSION}" = "main" ]; then \
curl -s -L https://github.com/pkiraly/qa-catalogue-web/archive/refs/heads/main.zip --output master.zip ; \
elif [ "${QA_CATALOGUE_WEB_VERSION}" = "develop" ]; then \
curl -s -L https://github.com/pkiraly/qa-catalogue-web/archive/refs/heads/develop.zip --output master.zip ; \
else \
curl -s -L https://github.com/pkiraly/qa-catalogue-web/archive/refs/tags/v${QA_CATALOGUE_WEB_VERSION}.zip --output master.zip ; \
fi \
Expand Down

0 comments on commit a29cc55

Please sign in to comment.