Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the bundle so that it is not using the recursive directory #1410

Merged
merged 1 commit into from
Feb 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ pipeline:
- copyfiles='cp -R test-screenshots robot-logs 2>/dev/null || :'
- eval $copyfiles
- mkdir robot-bundle
- cd robot-bundle
- outfile="ova_integration_logs_"$DRONE_BUILD_NUMBER"_"$DRONE_COMMIT".zip"
- zip -9 -r $outfile ../robot-logs ../vic_appliance_logs*
- zip -9 -r robot-bundle/$outfile robot-logs vic_appliance_logs*
- ls -l
- set -x
- echo "Download test logs:"
- echo "https://console.cloud.google.com/m/cloudstorage/b/vic-ci-logs/o/$outfile?authuser=1"
when:
Expand Down
Loading