Skip to content

Commit

Permalink
Adds self-updating composer
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Jun 10, 2017
1 parent 1b157b8 commit 7208c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/jenkinslaunch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ mkdir -p $TARGET \
; git remote set-url deployremote https://github.com/$GITHUB_USER/$GITHUB_REPO.git \
&& git fetch deployremote \
&& git archive $LAUNCHREF | tar xC $TARGET \
&& composer self-update \
&& composer --prefer-dist --no-dev --no-progress --working-dir=$TARGET install \
&& (echo $TARGET ; echo $LAUNCHREF) > $TARGET/src/release.txt \
&& ln -s $TARGETBASE/config.php $TARGET/src/config.php \
Expand Down

0 comments on commit 7208c95

Please sign in to comment.