diff options
| author | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-06-14 15:28:28 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-06-14 15:28:28 +0000 |
| commit | 1b9cc23cc2b82d2104a402a1f128afb178437ee6 (patch) | |
| tree | 49bf708482222521c60a4d17337de496f8bbec22 | |
| parent | Update .gitlab-ci.yml (diff) | |
| download | inkscape-1b9cc23cc2b82d2104a402a1f128afb178437ee6.tar.gz inkscape-1b9cc23cc2b82d2104a402a1f128afb178437ee6.zip | |
Update .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 767821e61..a57f8e61f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,6 +57,7 @@ test: # uploads the clang scan to user.gitlab.io/inkscape/ pages: stage: deploy + when: manual dependencies: - clang script: @@ -66,4 +67,3 @@ pages: - public only: - master - - schedules |
