Skip to content

Commit

Permalink
Merge branch 'master' into release/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Jun 15, 2020
2 parents 6a4e54f + 658cb96 commit 54225e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
printf "basic std ========================\n${{ steps.basic.outputs.std }}"
[[ ! -z "$(echo $BASIC_STD | head -n 1)" ]] || exit 10
[[ -z "$(echo $BASIC_STD | grep 'jenkins')" ]] || exit 11
[[ ! -z "$(echo $BASIC_STD | grep '(base:port-forward-22:brew-git)')" ]] || exit 12
CHAINED_REDIRECT_STD="${{ steps.chained-redirect.outputs.std }}"
printf "\nchained-redirect stdout ========================\n${{ steps.chained-redirect.outputs.std }}"
Expand Down

0 comments on commit 54225e9

Please sign in to comment.