gabriel hace 7 años
padre
commit
599058f56f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -26,7 +26,7 @@ pipeline:
       - yes | mysqladmin -h 127.0.0.1 create fd_session
       
       - echo 'client = Flowdat3-FTTH-Drone-Test' | tee /etc/flowdat.conf
-      - echo 'date.timezone="America/Argentina/Buenos_Aires"' >> /etc/php/7.0/cli/php.ini
+      - echo 'date.timezone="America/Argentina/Buenos_Aires"' >> /etc/php/7.1/cli/php.ini
 
       - chmod 0400 keys/bitbucket.id_rsa
       - eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa