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

Only init submodules where needed

parent 6acfa43a
No related branches found
No related tags found
1 merge request!15Restore WP.org plugin image as a submodule
Pipeline #894 failed with stages
in 5 minutes and 34 seconds
image: docker:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
services:
- docker:dind
......@@ -109,6 +106,8 @@ build-debian-jessie-build-dev:
# 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"
......@@ -118,6 +117,8 @@ build-debian-wp-org-deploy-build-master:
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"
......
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