Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VERIFY
CIF
Commits
c904fd9c
Commit
c904fd9c
authored
Dec 23, 2021
by
Antoine Berchet
Browse files
Test conditional test for uncertainties
parent
ec06233a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c904fd9c
...
...
@@ -181,7 +181,7 @@ article:
-
echo AAAAAAAAAAAAAAAAAAAAAAAAaaa
-
echo ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}
-
echo AAAAAAAAAAAAAAAAAAAAAAAAaaa
-
if [ ${CI_COMMIT_BRANCH}
-eq
new_classes ]; then echo "TTTTTTTTTTTTTTTTTTTTTTTTT"; fi;
-
if [ ${CI_COMMIT_BRANCH}
== "
new_classes
"
]; then echo "TTTTTTTTTTTTTTTTTTTTTTTTT"; fi;
#- tox -e py38 -e coverage -- -m "(dummy and article and inversion and not adjtltest and not uncertainties) or (fwd and ref_config)"
# after_script:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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