lib/dpl/provider.rb in dpl-1.9.2.travis.2750.5 vs lib/dpl/provider.rb in dpl-1.9.2.travis.2762.5
- old
+ new
@@ -218,10 +218,10 @@
def cleanup
return if options[:skip_cleanup]
context.shell "mv .dpl ~/dpl"
log "Cleaning up git repository with `git stash --all`. " \
"If you need build artifacts for deployment, set `deploy.skip_cleanup: true`. " \
- "See https://docs.travis-ci.com/user/deployment/#Uploading-Files."
+ "See https://docs.travis-ci.com/user/deployment#Uploading-Files-and-skip_cleanup."
context.shell "git stash --all"
context.shell "mv ~/dpl .dpl"
end
def uncleanup