Skip to content
Snippets Groups Projects
Commit 65d6b022 authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'submodule/wp-plugin-deploy' into 'master'

Remove WP.org plugin-deploy image

See merge request !14
parents a1237f74 d5864425
No related branches found
No related tags found
1 merge request!14Remove WP.org plugin-deploy image
Pipeline #875 passed with stages
in 1 minute and 25 seconds
......@@ -103,24 +103,6 @@ build-debian-jessie-build-dev:
except:
- master
# Debian WP.org Plugin deploy builds
build-debian-wp-org-deploy-build-master:
stage: deploy
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE/debian:wp-org-deploy" ./debian/wp-org-deploy
- docker push "$CI_REGISTRY_IMAGE/debian:wp-org-deploy"
only:
- master
when: manual
build-debian-wp-org-deploy-build-dev:
stage: deploy
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE/debian:wp-org-deploy-dev" ./debian/wp-org-deploy
- docker push "$CI_REGISTRY_IMAGE/debian:wp-org-deploy-dev"
except:
- master
# PHP 7.3
build-php-7.3-master:
stage: deploy
......
FROM debian:stretch-slim
LABEL maintainer="ethitter"
LABEL version="1.0"
RUN echo "deb http://security.debian.org/ stretch/updates main" >> /etc/apt/sources.list
RUN apt-get update \
&& apt-get -y --no-install-recommends install \
ca-certificates \
curl \
git \
rsync \
subversion \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment