Skip to content
Snippets Groups Projects
Verified Commit 2c44fd3b authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: remove SOAP extension installation in pipeline


SOAP PHP extension is already available in image used to build projects
(and is based on debian). We need to remove this part to be compatible
with apt-based distro.

Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent 0a1eec5e
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,6 @@ prepare prefixed vendor: ...@@ -15,8 +15,6 @@ prepare prefixed vendor:
script: script:
- echo ${WPDESK_CI_VERSION} - echo ${WPDESK_CI_VERSION}
- php --version - php --version
- apk update && apk upgrade && apk add git libxml2-dev
- docker-php-ext-install soap
- composer install - composer install
prepare npm assets: prepare npm assets:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment