fix(workflow): adding temporary debug echos
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 1m17s
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 1m17s
This commit is contained in:
parent
ab5eff0e5c
commit
d8d5d8cd57
1 changed files with 3 additions and 1 deletions
|
@ -55,9 +55,11 @@ jobs:
|
|||
unset GITLAB_TOKEN
|
||||
|
||||
if [ -n "${{ github.base_ref }}" ]; then
|
||||
echo "${{ github.base_ref }}"
|
||||
release="$(basename "${{ github.base_ref }}")"
|
||||
else
|
||||
release="$(basename "${{ github.ref }}")"
|
||||
echo "${{ github.ref_name }}"
|
||||
release="$(basename "${{ github.ref_name }}")"
|
||||
fi
|
||||
|
||||
echo "${YELLOW}Deploying to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$release${YELLOW}...\n"
|
||||
|
|
Loading…
Reference in a new issue