Skip to content

Commit

Permalink
chore (makefile): check out Knora PR branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schweizer committed Mar 25, 2020
1 parent f902c63 commit 41456e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include vars.mk
# Clones the knora-api git repository
.PHONY: clone-knora-stack
clone-knora-stack:
@git clone --single-branch --depth 1 https://github.com/dasch-swiss/knora-api.git $(CURRENT_DIR)/.tmp/knora-stack
@git clone --single-branch --depth 1 -b wip/1543-forbidden-resource https://github.com/dasch-swiss/knora-api.git $(CURRENT_DIR)/.tmp/knora-stack

#################################
# Integration test targets
Expand Down

0 comments on commit 41456e1

Please sign in to comment.