Skip to content
Snippets Groups Projects
Commit 150d2c8a authored by François Bobot's avatar François Bobot
Browse files

Avoid reserved bang in yaml

The bang is reserved in yaml, we start a sub-shell
to protect the negation
parent 629e3b03
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ variables: ...@@ -12,7 +12,7 @@ variables:
check-no-old-frama-c: check-no-old-frama-c:
stage: git-update stage: git-update
script: script:
- ! git merge-base --is-ancestor a1e186c68a6418a53b3dc06237f49e8dcbf75f4a HEAD - (! git merge-base --is-ancestor a1e186c68a6418a53b3dc06237f49e8dcbf75f4a HEAD)
- git merge-base --is-ancestor a35d2118fe6999dddce9e1847eff626fae9cc37c HEAD - git merge-base --is-ancestor a35d2118fe6999dddce9e1847eff626fae9cc37c HEAD
tags: tags:
- nix - nix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment