Skip to content

Commit

Permalink
set dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig committed Nov 4, 2024
1 parent 21b7147 commit 4b87e7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stages:
stage: unit-test
script:
- apt update && apt install -y git
- git clone --depth 1 -b dev https://github.com/SimeonEhrig/QED.jl.git /tmp/integration_test_tools/
- git clone --depth 1 -b ciSetupDevNoSelfInstall https://github.com/SimeonEhrig/QED.jl.git /tmp/integration_test_tools/
- $(julia --project=. /tmp/integration_test_tools/.ci/integTestGen/src/get_project_name_version_path.jl)
- echo "CI_DEV_PKG_NAME -> $CI_DEV_PKG_NAME"
- echo "CI_DEV_PKG_VERSION -> $CI_DEV_PKG_VERSION"
Expand Down Expand Up @@ -72,7 +72,7 @@ generate_integration_tests:
script:
# extract package name
- apt update && apt install -y git
- git clone --depth 1 -b dev https://github.com/SimeonEhrig/QED.jl.git /QEDjl
- git clone --depth 1 -b ciSetupDevNoSelfInstall https://github.com/SimeonEhrig/QED.jl.git /QEDjl
- $(julia --project /QEDjl/.ci/integTestGen/src/get_project_name_version_path.jl)
- echo "CI_DEV_PKG_NAME -> $CI_DEV_PKG_NAME"
- echo "CI_DEV_PKG_VERSION -> $CI_DEV_PKG_VERSION"
Expand Down Expand Up @@ -109,7 +109,7 @@ verify-unit-test-deps_julia1.10:
stage: verify-unit-test-deps
script:
- apt update && apt install -y git
- git clone --depth 1 -b dev https://github.com/SimeonEhrig/QED.jl.git /QEDjl
- git clone --depth 1 -b ciSetupDevNoSelfInstall https://github.com/SimeonEhrig/QED.jl.git /QEDjl
- >
if [[ $CI_COMMIT_BRANCH == "main" || $CI_COMMIT_REF_NAME == "main" || $CI_COMMIT_BRANCH == "dev" || $CI_COMMIT_REF_NAME == "dev" ]]; then
# does not check for custom package URLs on the main and dev branch
Expand Down

0 comments on commit 4b87e7e

Please sign in to comment.