diff options
author | Michel Dänzer <[email protected]> | 2019-09-06 17:01:50 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2019-09-18 10:36:48 +0000 |
commit | 2259b4517489cd536a75e728b04d9e24a0d26476 (patch) | |
tree | 319aee110a7cc2ea9bd6b325c784f3f2e4dfc439 | |
parent | 8a9b81ab9dbd44ea4ce87b8fb8ebc4ec3530a3f9 (diff) |
gitlab-ci: Reference full ci-templates commit hash
8 digits might become ambiguous at some point.
Reviewed-by: Eric Engestrom <[email protected]>
-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 db99a1f76da..00a09e46f12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ variables: include: - project: 'wayland/ci-templates' - ref: 1f7f57c6 + ref: 1f7f57c64ff4ebbf7292e3b7a13600518b8cb24c file: '/templates/debian.yml' stages: |