mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-11 03:57:41 +02:00
GH e2e workflow fix? and extra diagnostic output
This commit is contained in:
@@ -52,11 +52,12 @@ jobs:
|
||||
id: pick_e2e_branch
|
||||
shell: bash
|
||||
run: |
|
||||
echo "GITHUB_REF=${GITHUB_REF}"
|
||||
BRANCH=${GITHUB_REF#refs/heads/}
|
||||
if git ls-remote --exit-code --heads https://github.com/NLnetLabs/rpki-deploy ${BRANCH}; then
|
||||
echo "::set-output name=branch::${BRANCH}"
|
||||
else
|
||||
echo "::set-output name=success::master"
|
||||
echo "::set-output name=branch::master"
|
||||
fi
|
||||
|
||||
- name: Checkout the E2E test framework
|
||||
|
||||
Reference in New Issue
Block a user