mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Add logs
This commit is contained in:
parent
d5e4cf16d8
commit
fb356de2af
@ -467,6 +467,8 @@ jobs:
|
||||
- run:
|
||||
name: Check for canary release
|
||||
command: |
|
||||
echo "$CIRCLE_PR_NUMBER"
|
||||
echo "$CIRCLE_PULL_REQUEST"
|
||||
if [[ -n "$CIRCLE_PULL_REQUEST" ]]; then
|
||||
# Check if PR has release:canary label
|
||||
if ./scripts/check-release-label.sh $CIRCLE_PR_NUMBER; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user