diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ac911648a9eb73b230ce58f5d9c153c7d7bfaee..9ee66ece3ed22d4ef941612efef52c1f010e67f5 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,7 @@ PluginSVN: stage: deploy image: containers.ethitter.com:443/docker/images/php:7.3 before_script: + - apt-get update - apt-get install -y rsync script: ./bin/deploy.sh when: on_success