ソースを参照

add debug output

SBird1337 7 年 前
コミット
d46b425130
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml ファイルの表示

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