GH e2e workflow fix? and extra diagnostic output

This commit is contained in:
Ximon Eighteen
2021-03-09 11:48:22 +01:00
parent 16d578a053
commit eab54a6d2b
+2 -1
View File
@@ -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