Commit b2f8a74 1 parent 26fb5cf commit b2f8a74 Copy full SHA for b2f8a74
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- set -xeo pipefail
17
+ set -eo pipefail
18
18
19
19
export NPM_CONFIG_PREFIX=/home/node/.npm-global
20
20
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- set -xeo pipefail
17
+ set -eo pipefail
18
18
19
19
export NPM_CONFIG_PREFIX=/home/node/.npm-global
20
20
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- set -xeo pipefail
17
+ set -eo pipefail
18
18
19
19
export NPM_CONFIG_PREFIX=/home/node/.npm-global
20
20
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- set -xeo pipefail
17
+ set -eo pipefail
18
18
19
19
export NPM_CONFIG_PREFIX=/home/node/.npm-global
20
20
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- set -xeo pipefail
17
+ set -eo pipefail
18
18
19
19
export NPM_CONFIG_PREFIX=/home/node/.npm-global
20
20
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- set -xeo pipefail
16
+ set -eo pipefail
17
17
18
18
# Always run the cleanup script, regardless of the success of bouncing into
19
19
# the container.
You can’t perform that action at this time.
0 commit comments