Skip to content

Commit 646e441

Browse files
author
cookiecutter-e3
committed
Fix .gitlab-ci.yml wrong name for linux python (always)
The CI project name in the job rules was hardcoded to `e3-core`, making this job only working for `e3-core` and not for other any e3 repositories. See merge request it/cookiecutter-e3!82 of the template
1 parent be792d5 commit 646e441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ linux python (always):
118118
extends: .test-linux
119119
needs: []
120120
rules:
121-
- if: $CI_PIPELINE_SOURCE == "parent_pipeline" && $CI_MERGE_REQUEST_ID && $CI_PROJECT_NAME == "e3-core" && $ALWAYS_LINUX_TESTS == "y"
121+
- if: $CI_PIPELINE_SOURCE == "parent_pipeline" && $CI_MERGE_REQUEST_ID && $CI_PROJECT_NAME == "e3-aws" && $ALWAYS_LINUX_TESTS == "y"
122122

123123
# A manual job to run Linux tests even if "check" job has failed
124124
run linux tests:

0 commit comments

Comments
 (0)