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

Restore WP.org plugin image as a submodule

parent 65d6b022
No related branches found
No related tags found
1 merge request!15Restore WP.org plugin image as a submodule
Pipeline #893 canceled with stages
in 1 minute and 4 seconds
image: docker:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
services:
- docker:dind
......@@ -103,6 +106,24 @@ 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/context
- 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/context
- docker push "$CI_REGISTRY_IMAGE/debian:wp-org-deploy-dev"
except:
- master
# PHP 7.3
build-php-7.3-master:
stage: deploy
......
[submodule "debian/wp-org-deploy"]
path = debian/wp-org-deploy
url = git@git.ethitter.com:docker/wp-org-plugin-deploy.git
Subproject commit 9d5724b2bae0d948f12a00ab273949d3f003065f
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