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

Missed in 51b63851

parent 51b63851
No related branches found
No related tags found
1 merge request!14Remove WP.org plugin-deploy image
Pipeline #874 passed with warnings with stages
in 14 minutes and 20 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/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
......
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