Skip to content

Commit

Permalink
Fix missing references in envorb
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Aug 30, 2018
1 parent 4db9597 commit 80c5561
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ orbs:
<<: *envorb_args
address: https://api.github.com/repos/<< parameters.repository >>/releases/latest
- cmd:
<<: *envorb_args
cmd: "${<< parameters.variable >>} | grep -o '\"tag_name\": \"\\K.*?(?=\")'"
- match_version:
<<: *envorb_args
Expand All @@ -420,6 +421,7 @@ orbs:
<<: *envorb_args
<<: *envorb_prepare_args
- cmd:
<<: *envorb_args
cmd: cd ${<< parameters.repository >>} && git describe --abbrev=0 --tags
- match_version:
<<: *envorb_args
Expand Down

0 comments on commit 80c5561

Please sign in to comment.