commit | 0cacea4c6ea9d9dde888aa157b6368bc21b2a8c2 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Sun Feb 19 21:55:22 2023 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Sun Feb 19 21:55:22 2023 +0000 |
tree | 6e2affbb0e15adfa3c4eef8a1ba95a70eee0998b | |
parent | 94a8cb9f3088611098c691e84909e0530a49700a [diff] |
test: fix fork script
diff --git a/hack/repos/openstack/fork b/hack/repos/openstack/fork index 2daa1fe..0a6ec6e 100755 --- a/hack/repos/openstack/fork +++ b/hack/repos/openstack/fork
@@ -1,6 +1,6 @@ -#!/bin/bash +#!/bin/bash -xe -# gh repo fork openstack/${1} --org vexxhost +gh repo fork openstack/${1} --org vexxhost REPOSITORY_ID_QUERY="{repository(owner: \"vexxhost\", name: \"${1}\"){id}}" REPOSITORY_ID=$(gh api graphql -f query="${REPOSITORY_ID_QUERY}" -q .data.repository.id)