Parcourir la source

add debug output

SBird1337 il y a 7 ans
Parent
révision
d46b425130
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml Voir le fichier

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
   ##