Explorar el Código

add debug output

SBird1337 hace 8 años
padre
commit
d46b425130
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml Ver fichero

1
 before_script:
1
 before_script:
2
-
2
+  - echo "executing before script"
3
   - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
3
   - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
4
 
4
 
5
   ##
5
   ##