Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
target version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Speckmaier committed Mar 5, 2019
1 parent 551070d commit 74ad75d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN cd /opt/rancherize-package \
&& if [ ! -z "${CURRENT_TAG}" ] ; then TARGET_VERSION=$(git describe --tags) ; fi \
&& (git fetch --unshallow origin || echo "Not a shallow repository, continuing without fetch") \
&& cd /opt/rancherize \
&& echo "Target version: ${TARGET_VERSION}"
&& sed -i "s/%TARGET_VERSION%/${TARGET_VERSION}/" composer.json \
&& curl -sSL "https://gist.githubusercontent.com/justb81/1006b89e41e41e1c848fe91969af7a0b/raw/c12faf968e659356ec1cb53f313e7f8383836be3/getcomposer.sh" | sh \
&& COMPOSER_ALLOW_SUPERUSER=1 ./composer.phar install \
Expand Down

0 comments on commit 74ad75d

Please sign in to comment.