Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Plewinski
pystencils
Commits
8770acd7
Commit
8770acd7
authored
Sep 23, 2019
by
Stephan Seitz
Browse files
Fix integration test
Problem: integration test needs to add new remote when triggered from fork
parent
869d901a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8770acd7
...
...
@@ -114,6 +114,8 @@ pycodegen-integration:
-
git submodule foreach git fetch origin
# compare the latest master version!
-
git submodule foreach git reset --hard origin/master
-
cd pystencils
-
git remote add test $CI_REPOSITORY_URL
-
git fetch test
-
git reset --hard $CI_COMMIT_SHA
-
cd ..
-
export PYTHONPATH=`pwd`/pystencils:`pwd`/lbmpy:`pwd`/pygrandchem:`pwd`/pystencils_walberla:`pwd`/lbmpy_walberla
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment