Explorar o código

Update .gitlab-ci.yml

Guillermo Espinoza %!s(int64=6) %!d(string=hai) anos
pai
achega
f23389fa5b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -71,6 +71,7 @@ docker_version_tag:
 build:
   image: docker.infra.flowdat.com/fd3/sf-php:latest
   script:
+    - pwd
     - command -v mysqladmin >/dev/null 2>&1 || { echo "I require mysqladmin but it's not installed.  Aborting." >&2; exit 1; }
     - while ! mysqladmin ping -h mysql --silent ; do :; done
     - echo "yes" | mysqladmin -h mysql create fd3_ftth