Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: QEDjl-project/QEDbase.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b5c2a1988ae0bb22a56ee0434f80b848a0a1ff69
Choose a base ref
..
head repository: QEDjl-project/QEDbase.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 872fcb7cf70b5f18b624bf7aee01eefb06c14396
Choose a head ref
Showing with 1 addition and 3 deletions.
  1. +1 −3 .gitlab-ci.yml
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -47,9 +47,7 @@ generate_integration_tests:
- export CI_DEPENDENCY_NAME=$(cat $CI_PROJECT_DIR/Project.toml | grep name | awk '{ print $3 }' | tr -d '"')
- echo "CI_DEPENDENCY_NAME -> $CI_DEPENDENCY_NAME"
- apt update && apt install -y git
# TODO: use upstream repo
#- git clone --depth 1 -b dev https://github.com/QEDjl-project/QED.jl.git /QEDjl
- git clone --depth 1 -b integrationTests https://github.com/SimeonEhrig/QED.jl.git /QEDjl
- git clone --depth 1 -b dev https://github.com/QEDjl-project/QED.jl.git /QEDjl
- cd /QEDjl/.ci/integTestGen/
# use local registry of the QED project
- julia --project=. -e 'import Pkg; Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/QEDjl-project/registry.git"));'