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

Use only 1 var in when matrix of drone #448

Merged
merged 1 commit into from
Aug 12, 2019
Merged

Conversation

phil-davis
Copy link
Contributor

The new drone tries to auto-convert the old drone format. It seems that when there are multiple variables mentioned in the when section of a step, it is doing something in the auto-conversion that causes:

linter: duplicate step names

I guess that it might be putting the step twice into the converted matrix.

The changes in this PR work-around the "feature".

@codecov
Copy link

codecov bot commented Aug 12, 2019

Codecov Report

Merging #448 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #448   +/-   ##
=========================================
  Coverage     35.64%   35.64%           
  Complexity     1340     1340           
=========================================
  Files            31       31           
  Lines          3785     3785           
=========================================
  Hits           1349     1349           
  Misses         2436     2436

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ecd38c8...40ca413. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Aug 12, 2019

Codecov Report

Merging #448 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #448   +/-   ##
=========================================
  Coverage     35.64%   35.64%           
  Complexity     1340     1340           
=========================================
  Files            31       31           
  Lines          3785     3785           
=========================================
  Hits           1349     1349           
  Misses         2436     2436

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ecd38c8...40ca413. Read the comment docs.

@phil-davis phil-davis merged commit ede0781 into master Aug 12, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix-duplicate-step-names branch August 12, 2019 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants