Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
luxas committed Aug 6, 2019
1 parent 160fe39 commit 1c9f392
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
name: "Caching ./bin/docs for future builds..."
paths:
- ./bin/docs
# Workaround that /go/bin is by default executed as root
- run: sudo chown -R circleci /go/bin
# Restore /go/bin from a previous build if it exists
- restore_cache:
key: go-bin
Expand Down

0 comments on commit 1c9f392

Please sign in to comment.