We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c01615d + fbe0b58 commit f977e5eCopy full SHA for f977e5e
scripts/jenkinslaunch.sh
@@ -39,7 +39,6 @@ mkdir -p $TARGET \
39
; git remote set-url deployremote https://github.com/$GITHUB_USER/$GITHUB_REPO.git \
40
&& git fetch deployremote \
41
&& git archive $LAUNCHREF | tar xC $TARGET \
42
-&& composer self-update \
43
&& composer --prefer-dist --no-dev --no-progress --working-dir=$TARGET install \
44
&& (echo $TARGET ; echo $LAUNCHREF) > $TARGET/src/release.txt \
45
&& ln -s $TARGETBASE/config.php $TARGET/src/config.php \
0 commit comments