Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
fix clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Ghiloni committed Jan 23, 2020
1 parent 5f7399c commit 5e77d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ install:
- curl -fsSLo "$GOPATH/bin/dep" "https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64"
- chmod +x "$GOPATH/bin/dep"
- dep ensure
- ( mkdir -p "$GOPATH/src/github.com/buildpack/forge" && git clone -b 54ae137 https://github.com/buildpack/forge "$GOPATH/src/github.com/buildpack/forge" )
- ( cd "$GOPATH/src/github.com/buildpack/forge" && dep ensure )
- ( mkdir -p "$GOPATH/src/github.com/buildpack/forge" && git clone https://github.com/buildpack/forge "$GOPATH/src/github.com/buildpack/forge" )
- ( cd "$GOPATH/src/github.com/buildpack/forge" && git checkout 54ae137 && dep ensure )
- curl -fsSL "https://cli.run.pivotal.io/stable?release=linux64-binary" | tar -C "$GOPATH/bin" -xz cf
script:
- test -z "$(bin/format | tee >(cat >&2))"
Expand Down

0 comments on commit 5e77d4e

Please sign in to comment.