Update ubuntu image used for running integration tests (#67)

This commit is contained in:
Frederik Ring 2022-02-15 21:05:03 +01:00 committed by GitHub
parent 30265c14ba
commit 180438f1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: 2.1
jobs: jobs:
canary: canary:
machine: machine:
image: ubuntu-1604:202007-01 image: ubuntu-2004:202201-02
working_directory: ~/docker-volume-backup working_directory: ~/docker-volume-backup
steps: steps:
- checkout - checkout
@ -19,6 +19,7 @@ jobs:
name: Run tests name: Run tests
working_directory: ~/docker-volume-backup/test working_directory: ~/docker-volume-backup/test
command: | command: |
export GPG_TTY=$(tty)
./test.sh canary ./test.sh canary
build: build:

View File

@ -32,7 +32,7 @@ docker run --rm -it \
echo "[TEST:PASS] Found relevant files in decrypted and untared remote backups." echo "[TEST:PASS] Found relevant files in decrypted and untared remote backups."
echo 1234secret | gpg -d --yes --passphrase-fd 0 ./local/test-hostnametoken.tar.gz.gpg > ./local/decrypted.tar.gz echo 1234secret | gpg -d --pinentry-mode loopback --yes --passphrase-fd 0 ./local/test-hostnametoken.tar.gz.gpg > ./local/decrypted.tar.gz
tar -xf ./local/decrypted.tar.gz -C /tmp && test -f /tmp/backup/app_data/offen.db tar -xf ./local/decrypted.tar.gz -C /tmp && test -f /tmp/backup/app_data/offen.db
rm ./local/decrypted.tar.gz rm ./local/decrypted.tar.gz
test -L /tmp/backup/app_data/db.link test -L /tmp/backup/app_data/db.link