File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 12
12
env : M2_VERSION=2.3.6-p1
13
13
- php : 7.3
14
14
env : M2_VERSION=2.3.5
15
+ - php : 7.3
16
+ env : M2_VERSION=2.3.4
17
+ - php : 7.3
18
+ env : M2_VERSION=2.3.3
15
19
cache :
16
20
directories :
17
21
- $HOME/.composer/cache
Original file line number Diff line number Diff line change 18
18
for envkey in \
19
19
MODULE_NAME \
20
20
MODULE_SRC_DIR \
21
- M2_VERSION \
22
- M2_REPO_USERNAME \
23
- M2_REPO_PASSWORD
21
+ M2_VERSION
24
22
do
25
23
if [ -z " $( eval echo \$ $envkey ) " ]
26
24
then
40
38
MODULE_DST_DIR=" $BUILD_DIR /app/code/$( echo $MODULE_NAME | sed ' s/_/\//' ) "
41
39
fi
42
40
43
- # Set composer authentication params
44
- " $COMPOSER_BIN " config --global \
45
- " http-basic.repo.magento.com" " $M2_REPO_USERNAME " " $M2_REPO_PASSWORD "
46
-
47
41
set -x
48
42
49
43
# Fetch Magento 2 source
50
44
" $COMPOSER_BIN " create-project \
51
45
--quiet \
52
46
--ignore-platform-reqs \
53
- --repository-url=https://repo. magento.com / \
47
+ --repository-url=https://repo- magento-mirror.fooman.co.nz / \
54
48
magento/project-community-edition \
55
49
" $BUILD_DIR " " $M2_VERSION "
56
50
You can’t perform that action at this time.
0 commit comments