Merge branch 'main' into updatechecker
Some checks failed
Build Documentation and Lint Code / build and lint (pull_request) Failing after 1m15s
Some checks failed
Build Documentation and Lint Code / build and lint (pull_request) Failing after 1m15s
This commit is contained in:
commit
9d445690db
1 changed files with 3 additions and 1 deletions
|
@ -55,9 +55,11 @@ jobs:
|
||||||
unset GITLAB_TOKEN
|
unset GITLAB_TOKEN
|
||||||
|
|
||||||
if [ -n "${{ github.base_ref }}" ]; then
|
if [ -n "${{ github.base_ref }}" ]; then
|
||||||
|
echo "${{ github.base_ref }}"
|
||||||
release="$(basename "${{ github.base_ref }}")"
|
release="$(basename "${{ github.base_ref }}")"
|
||||||
else
|
else
|
||||||
release="$(basename "${{ github.ref }}")"
|
echo "${{ github.ref_name }}"
|
||||||
|
release="$(basename "${{ github.ref_name }}")"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "${YELLOW}Deploying to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$release${YELLOW}...\n"
|
echo "${YELLOW}Deploying to ${BLUE}Meli ${YELLOW}on branch ${GREEN}$release${YELLOW}...\n"
|
||||||
|
|
Loading…
Reference in a new issue