~xlucas/duplicity/swift-storage-policies

« back to all changes in this revision

Viewing changes to testing/infrastructure/build-duplicity_test.sh

  • Committer: Kenneth Loafman
  • Date: 2017-05-06 20:09:20 UTC
  • Revision ID: kenneth@loafman.com-20170506200920-yb6m4it0aa1g3ver
* Moved some things around in testing/infrastructure to clean up

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
cd duplicity_test
 
4
cp -p ../../../requirements.txt .
 
5
docker build --tag dernils/duplicitytest:latest .
 
6
rm requirements.txt