File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ before_install:
21
21
# their absolute GitHub path, e.g. github.com/cloudflare/crypto/pkcs11key.
22
22
# That means, by default, if someone forks the repo and makes changes across
23
23
# multiple packages within CFSSL, Travis won't pass for the branch on their
24
- # own repo. To fix that, we add a symlink.
24
+ # own repo. To fix that, we move the directory
25
25
- mkdir -p $TRAVIS_BUILD_DIR $GOPATH/src/github.com/cloudflare
26
- - test ! -d $GOPATH/src/github.com/cloudflare/cfssl && ln -s $TRAVIS_BUILD_DIR $GOPATH/src/github.com/cloudflare/cfssl || true
26
+ - test ! -d $GOPATH/src/github.com/cloudflare/cfssl && mv $TRAVIS_BUILD_DIR $GOPATH/src/github.com/cloudflare/cfssl || true
27
27
28
28
# Only build pull requests, pushes to the master branch, and branches
29
29
# starting with `test-`. This is a convenient way to push branches to
You can’t perform that action at this time.
0 commit comments