Skip to content

Commit

Permalink
Don't fail package install when pulumi is not present
Browse files Browse the repository at this point in the history
Contributes to pulumi/pulumi#2155
  • Loading branch information
ellismg committed Nov 26, 2018
1 parent 3e86ab7 commit 65c21dd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:
- source ${PULUMI_SCRIPTS}/ci/keep-failed-tests.sh
install:
- source ${PULUMI_SCRIPTS}/ci/install-common-toolchain.sh
- curl -L https://get.pulumi.com/ | bash -s -- --version 0.15.1
- curl -L https://get.pulumi.com/ | bash
- export PATH=$HOME/.pulumi/bin:$PATH
before_script:
- ${PULUMI_SCRIPTS}/ci/ensure-dependencies
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ publish_tgz:
.PHONY: publish_packages
publish_packages:
$(call STEP_MESSAGE)
./scripts/publish_packages.sh
$$(go env GOPATH)/src/github.com/pulumi/scripts/ci/publish-tfgen-package .

.PHONY: check_clean_worktree
check_clean_worktree:
Expand Down
44 changes: 0 additions & 44 deletions scripts/promote.js

This file was deleted.

40 changes: 0 additions & 40 deletions scripts/publish_packages.sh

This file was deleted.

0 comments on commit 65c21dd

Please sign in to comment.