mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-22 18:55:30 +00:00
Don't fail on error because this is expected.
This commit is contained in:
parent
412b31cb70
commit
ac4bf152a0
|
@ -1,8 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Fail on any error.
|
||||
set -e
|
||||
|
||||
version=$1
|
||||
packages=${@:2}
|
||||
|
||||
|
|
Loading…
Reference in a new issue