You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	moved cmd to cli folder
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -10,7 +10,7 @@ drone.sublime-workspace | ||||
| *.out | ||||
| *.rice-box.go | ||||
|  | ||||
| cmd/cmd | ||||
| cli/cli | ||||
| client/client | ||||
| server/server | ||||
| debian/drone/usr | ||||
|   | ||||
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -13,7 +13,7 @@ test: | ||||
| 	go test -cover -short ./... | ||||
|  | ||||
| build: | ||||
| 	go build -o debian/drone/usr/local/bin/drone  -ldflags "-X main.revision $(SHA)" github.com/drone/drone/cmd | ||||
| 	go build -o debian/drone/usr/local/bin/drone  -ldflags "-X main.revision $(SHA)" github.com/drone/drone/cli | ||||
| 	go build -o debian/drone/usr/local/bin/droned -ldflags "-X main.revision $(SHA)" github.com/drone/drone/server | ||||
|  | ||||
| install: | ||||
| @@ -29,7 +29,7 @@ clean: | ||||
| 	rm -f debian/drone/usr/local/bin/droned | ||||
| 	rm -f debian/drone.deb | ||||
| 	rm -f server/server | ||||
| 	rm -f cmd/cmd | ||||
| 	rm -f cli/cli | ||||
|  | ||||
| lessc: | ||||
| 	lessc --clean-css server/app/styles/drone.less server/app/styles/drone.css | ||||
|   | ||||
		Reference in New Issue
	
	Block a user