Skip to content

Commit

Permalink
ci: debugging drone validation
Browse files Browse the repository at this point in the history
  • Loading branch information
seth127 committed Sep 9, 2020
1 parent 8f34ca6 commit 3cad749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ steps:
- mkdir testoutput
- mkdir rendered
- aws s3 cp s3://mrg-validation/babylon/${DRONE_BUILD_NUMBER}/results.json testoutput/results.json
- aws s3 cp s3://mrg-validation/babylon/${DRONE_BUILD_NUMBER}/commits.json testoutput/commits.json
- aws s3 cp s3://mrg-validation/babylon/${DRONE_BUILD_NUMBER}/commits.json commits.json
- ./gpv --scenarioFile validation.json --commitsFile commits.json --testsDirectory testoutput --outputDirectory rendered
- aws s3 cp rendered/specification.md s3://mrg-validation/babylon/${DRONE_TAG}/specification.md
- aws s3 cp rendered/testing_and_validation.md s3://mrg-validation/babylon/${DRONE_TAG}/testing_and_validation.md
Expand Down

0 comments on commit 3cad749

Please sign in to comment.