Skip to content

Commit

Permalink
chruby doesnt like set -u
Browse files Browse the repository at this point in the history
  • Loading branch information
zaksoup committed Sep 2, 2016
1 parent 524f561 commit 1277013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/pipelines/alpha-releases/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
plan:
- get: bosh-src
- task: make
file: bosh-src/ci/pipelines/alpah-releases/tasks/make.yml
file: bosh-src/ci/pipelines/alpha-releases/tasks/make.yml
- put: bosh-alpha-release-tarballs
params:
file: "release/*.tgz"
2 changes: 1 addition & 1 deletion ci/pipelines/alpha-releases/tasks/make.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -eux
set -e

source /etc/profile.d/chruby.sh
chruby 2.1.2
Expand Down

0 comments on commit 1277013

Please sign in to comment.