瀏覽代碼

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