diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-15 22:37:44 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-15 22:37:44 +0200 |
commit | f324c1cbf71137efa1bd3976c5b56c0ec7f24f47 (patch) | |
tree | 62195d80c6328c2d28538ff6a79ff64aa4c023a6 /.woodpecker.yml | |
parent | 7dc15fc0966dc048d96aaf9342195dc35dc7ab02 (diff) |
woodpecker 27 not 27.1
Diffstat (limited to '.woodpecker.yml')
-rw-r--r-- | .woodpecker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index df4f222..ba2c7b5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ pipeline: - cask install - cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit last: - image: silex/emacs:27.1-ci-cask + image: silex/emacs:27-ci-cask commands: - emacs --version - cask install |