Skip to content

Commit

Permalink
test only: use backend branch for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Jul 26, 2021
1 parent fb84358 commit 6b3e0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2etests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if [[ $BRANCH == master ]]; then
VERSION=master
else
VERSION=develop
VERSION=bugfix/400-error-page
fi
git clone --branch $VERSION https://github.com/CSCfi/metadata-submitter
mkdir -p metadata-submitter/metadata_backend/frontend
Expand Down

0 comments on commit 6b3e0de

Please sign in to comment.