Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Fix App_Does_Var_Empty in fct: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalandy committed Apr 30, 2022
1 parent 59f8516 commit 867df7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bashlava.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ function ci {
gh run list && sleep 2

_run_id=$(gh run list | head -1 | awk '{print $12}')
# TODO
_check_var="_run_id" && App_Does_Var_Empty
_var_name="_run_id" _is_it_empty=$(echo ${_run_id}) && App_Does_Var_Empty

open https://github.com/${github_user}/${app_name}/actions/runs/${run_id}
echo && my_message="Next step: 'mrg' " App_Green
Expand Down

0 comments on commit 867df7b

Please sign in to comment.