mirror of https://github.com/citusdata/citus.git
Changes bash behavious to exit
parent
75aabcfe27
commit
85d955ae68
|
@ -1,3 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
package_type=${1}
|
||||
|
||||
# Since $HOME is set in GH_Actions as /github/home, pyenv fails to create virtualenvs.
|
||||
|
|
Loading…
Reference in New Issue