mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
Allow script to continue if you've already deleted the old files
This commit is contained in:
committed by
filipefurtad0
parent
96f715b62b
commit
ba3553854e
@@ -5,7 +5,7 @@
|
||||
|
||||
set -e # Exit if any command fails
|
||||
|
||||
git rm spec/fixtures/vcr_cassettes/Stripe-v* -r
|
||||
git rm spec/fixtures/vcr_cassettes/Stripe-v* -r --ignore-unmatch
|
||||
./bin/rspec --tag stripe_version
|
||||
|
||||
git add spec/fixtures/vcr_cassettes/Stripe-v*
|
||||
|
||||
Reference in New Issue
Block a user