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

Merge branch 'restore-wp-image' into 'master'

Restore WP.org plugin image as a submodule

See merge request !15
parents 65d6b022 5ed7b42f
No related branches found
No related tags found
1 merge request!15Restore WP.org plugin image as a submodule
Pipeline #896 passed with stages
in 1 minute and 4 seconds
......@@ -103,6 +103,28 @@ build-debian-jessie-build-dev:
except:
- master
# Debian WP.org Plugin deploy builds
build-debian-wp-org-deploy-build-master:
stage: deploy
variables:
GIT_SUBMODULE_STRATEGY: recursive
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
variables:
GIT_SUBMODULE_STRATEGY: recursive
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 = https://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