Skip to content

Commit 12cd1f6

Browse files
committed
CI: Remove Magento 2.3 pipeline
1 parent f65c9c6 commit 12cd1f6

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

wercker.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -58,28 +58,3 @@ build-2.2:
5858
- script:
5959
name: run integration tests
6060
code: build/integration-tests.sh
61-
build-2.3:
62-
steps:
63-
- install-packages:
64-
packages: git zip mysql-client libmcrypt-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev netcat-openbsd
65-
- add-ssh-key:
66-
keyname: GITHUB_DEPLOY
67-
host: github.com
68-
- add-to-known_hosts:
69-
hostname: github.com
70-
fingerprint: 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48
71-
type: rsa
72-
- script:
73-
name: "Wait for MySQL connection"
74-
code: |
75-
while ! nc -q 1 $MYSQL_CI_PORT_3306_TCP_ADDR $MYSQL_CI_PORT_3306_TCP_PORT </dev/null; do echo -n . && sleep 3; done
76-
- script:
77-
name: set up test system
78-
code: build/install-magento.sh 2.3.0
79-
- script:
80-
name: run unit tests
81-
cwd: /var/www/magento/vendor/integer-net/solr-magento2
82-
code: php ../../phpunit/phpunit/phpunit
83-
- script:
84-
name: run integration tests
85-
code: build/integration-tests.sh

0 commit comments

Comments
 (0)