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

`rsync` is now part of the base image

parent e986fbfd
Branches
No related tags found
Loading
Pipeline #787 passed
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
...@@ -49,8 +49,6 @@ PluginSVN: ...@@ -49,8 +49,6 @@ PluginSVN:
stage: deploy stage: deploy
image: containers.ethitter.com:443/docker/images/php:7.3 image: containers.ethitter.com:443/docker/images/php:7.3
before_script: before_script:
- apt-get update
- apt-get install -y rsync
- curl -o ./bin/deploy.sh https://git-cdn.e15r.co/open-source/wp-org-plugin-deploy/raw/master/scripts/deploy.sh - curl -o ./bin/deploy.sh https://git-cdn.e15r.co/open-source/wp-org-plugin-deploy/raw/master/scripts/deploy.sh
- chmod +x ./bin/deploy.sh - chmod +x ./bin/deploy.sh
script: ./bin/deploy.sh script: ./bin/deploy.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment