Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit bab54ff

Browse files
committedApr 26, 2018
WIP: Don't yarn link @pulumi dependencies
1 parent b28430a commit bab54ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+14551
-140
lines changed
 

‎.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ before_install:
2525
# Install Yarn as per https://yarnpkg.com/lang/en/docs/install-ci/#travis-tab.
2626
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.2.1
2727
- export PATH=$HOME/.yarn/bin:$PATH
28+
# Install Pulumi
29+
- ${GOPATH}/src/github.com/pulumi/home/scripts/install-pulumi.sh v0.12.0
30+
- export PATH=/usr/local/pulumi/bin:$PATH
2831
- . ${GOPATH}/src/github.com/pulumi/home/scripts/keep-failed-tests.sh
2932
install:
30-
- ${GOPATH}/src/github.com/pulumi/home/scripts/install-locked.sh ${PULUMI_ROOT} pulumi pulumi-aws
3133
- make ensure
3234
before_script:
3335
# Ensure the working tree is clean (make ensure may have updated lock files)

‎Gopkg.lock

+35-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)