diff options
author | Nick White <git@njw.name> | 2020-10-20 12:20:51 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-10-20 12:20:51 +0100 |
commit | 82fa78799faa363a018da364576d97bb76c6a2cb (patch) | |
tree | ca0bd34392a9a61e0d37b7a2a0c27dbf7f4b9724 | |
parent | 153e14294d13ec0beac2211419b89f522a49e346 (diff) |
Remove old references to stretch-backports
-rw-r--r-- | roles/pipeliner/tasks/pipeline.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/pipeliner/tasks/pipeline.yml b/roles/pipeliner/tasks/pipeline.yml index b83df27..d6674b1 100644 --- a/roles/pipeliner/tasks/pipeline.yml +++ b/roles/pipeliner/tasks/pipeline.yml @@ -10,8 +10,6 @@ apt: name: golang-go state: present - default_release: stretch-backports - update_cache: yes - name: Get go repo git: |