Skip to content

Commit

Permalink
Merge pull request #2396 from flant/fixImportError
Browse files Browse the repository at this point in the history
Fix "@error: invalid gid nogroup" on imports stage
  • Loading branch information
distorhead committed May 7, 2020
2 parents 3bd9cd3 + 70ae0ab commit dd4b65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/build/import_server/rsync_server.go
Expand Up @@ -53,6 +53,7 @@ func RunRsyncServer(dockerImageName string, tmpDir string) (*RsyncServer, error)
lock file = /.werf/rsyncd.lock
log file = /.werf/rsyncd.log
uid = root
gid = root
port = %s
[import]
Expand Down

0 comments on commit dd4b65e

Please sign in to comment.