mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
Update script for running file transfer tests locally
This commit is contained in:
parent
cb39eb69c8
commit
3eb75f7c57
2 changed files with 8 additions and 4 deletions
8
scripts/ci-file-transfers.sh
Normal file
8
scripts/ci-file-transfers.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
# Run file transfer CI test locally
|
||||
|
||||
set -e
|
||||
|
||||
docker build -t aquatic -f ./docker/ci.Dockerfile .
|
||||
docker run aquatic
|
||||
docker rmi aquatic -f
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker build -t aquatic-test-transfers .github/actions/test-transfers
|
||||
docker run -it aquatic-test-transfers bash
|
||||
Loading…
Add table
Add a link
Reference in a new issue