Skip to content

Commit f977e5e

Browse files
author
Mark Railton
authored
Merge pull request #607 from railto/jenkins
Stops jenkins launch from updating composer
2 parents c01615d + fbe0b58 commit f977e5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/jenkinslaunch.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ mkdir -p $TARGET \
3939
; git remote set-url deployremote https://github.com/$GITHUB_USER/$GITHUB_REPO.git \
4040
&& git fetch deployremote \
4141
&& git archive $LAUNCHREF | tar xC $TARGET \
42-
&& composer self-update \
4342
&& composer --prefer-dist --no-dev --no-progress --working-dir=$TARGET install \
4443
&& (echo $TARGET ; echo $LAUNCHREF) > $TARGET/src/release.txt \
4544
&& ln -s $TARGETBASE/config.php $TARGET/src/config.php \

0 commit comments

Comments
 (0)