Skip to content
Snippets Groups Projects
Commit 92482bb9 authored by GitLab Bot's avatar GitLab Bot
Browse files

Add latest changes from gitlab-org/gitlab@master

parent 614bf811
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -279,7 +279,7 @@ storing the exit code in a variable:
```yaml
job:
script:
- false && true; exit_code=$?
- false || exit_code=$?
- if [ $exit_code -ne 0 ]; then echo "Previous command failed"; fi;
```
 
Loading
Loading
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