From 0c5ef0c6309abf0586c948452da04dcfedb50994 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 13 Apr 2019 20:16:22 -0700 Subject: [PATCH] `rsync` is now part of the base image --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a316976..0a86728 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,8 +49,6 @@ PluginSVN: stage: deploy image: containers.ethitter.com:443/docker/images/php:7.3 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 - chmod +x ./bin/deploy.sh script: ./bin/deploy.sh -- GitLab