Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions kratos/retrieve_pull_request.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.


if [[ $# != 1 ]]; then
echo "Only one argument is allowed (name of branch)"
exit
fi

readonly branch=$1
readonly dir=$(pwd)/$branch

Expand Down