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

Fix path

parent d10844da
No related branches found
No related tags found
1 merge request!14Remove WP.org plugin-deploy image
Pipeline #869 failed with stages
in 21 minutes and 4 seconds
......@@ -107,7 +107,7 @@ build-debian-jessie-build-dev:
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 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
......@@ -116,7 +116,7 @@ build-debian-wp-org-deploy-build-master:
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 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
......
Subproject commit 9fca02616b33a3a9956fe7bbd2b788eaa4610aa6
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