mirror of https://github.com/rancher/dashboard.git
add pipefail to publish script + bump shell version (#13967)
This commit is contained in:
parent
e8e05df687
commit
45a1c7b271
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@rancher/shell",
|
"name": "@rancher/shell",
|
||||||
"version": "3.0.4",
|
"version": "3.0.5-rc.1",
|
||||||
"description": "Rancher Dashboard Shell",
|
"description": "Rancher Dashboard Shell",
|
||||||
"repository": "https://github.com/rancherlabs/dashboard",
|
"repository": "https://github.com/rancherlabs/dashboard",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
set -eo pipefail
|
||||||
|
|
||||||
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
BASE_DIR="$(pwd)"
|
BASE_DIR="$(pwd)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue