Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
ci
Commits
9028d6c1
Commit
9028d6c1
authored
Apr 18, 2018
by
Ralf Jung
Browse files
set pipefail so that CI fails early if the build fails
parent
987ea45a
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildjob
View file @
9028d6c1
#!/bin/bash
set
-e
set
-o
pipefail
#set -x
## This runs a default build job. The following variables are noteworthy:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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