more-or-less revert

I'm giving up on travis for now.
This commit is contained in:
Eric House 2023-10-27 09:55:04 -07:00
parent b79a71e1a3
commit b869160afa

View file

@ -1,6 +1,4 @@
os: linux
virt: lxd
dist: xenial
git:
depth: false
@ -36,7 +34,7 @@ before_install:
- openssl aes-256-cbc -K $encrypted_8436f2891714_key -iv $encrypted_8436f2891714_iv
-in id_rsa_uploader.enc -out /tmp/id_rsa_uploader -d
- chmod 600 \/tmp\/id_rsa_uploader
- sudo apt-get -qq update --allow-unauthenticated
- sudo apt-get -qq update
- sudo apt-get install -y python3-lxml imagemagick
script:
- GITREV="$(git describe --tags --dirty)"