Changes bash behavious to exit

pull/7054/head
gindibay 2023-07-12 19:53:13 +03:00
parent 75aabcfe27
commit 85d955ae68
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#!/bin/bash
set -e
package_type=${1} package_type=${1}
# Since $HOME is set in GH_Actions as /github/home, pyenv fails to create virtualenvs. # Since $HOME is set in GH_Actions as /github/home, pyenv fails to create virtualenvs.