瀏覽代碼

add debug output

SBird1337 6 年之前
父節點
當前提交
d46b425130
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml 查看文件

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