mirror of
				https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
				synced 2025-11-04 06:21:45 +00:00 
			
		
		
		
	changed image in gitlab-ci.yml
This commit is contained in:
		@@ -1,10 +1,9 @@
 | 
				
			|||||||
image: golang:alpine
 | 
					image: golang:1.9
 | 
				
			||||||
 | 
					
 | 
				
			||||||
stages:
 | 
					stages:
 | 
				
			||||||
- test
 | 
					- test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
before_script:
 | 
					before_script:
 | 
				
			||||||
- apk add --update git make
 | 
					 | 
				
			||||||
- go get -u github.com/kardianos/govendor
 | 
					- go get -u github.com/kardianos/govendor
 | 
				
			||||||
- mkdir -p /go/src/github.com/partitio
 | 
					- mkdir -p /go/src/github.com/partitio
 | 
				
			||||||
- cp -r $CI_PROJECT_DIR /go/src/github.com/partitio/gonextcloud
 | 
					- cp -r $CI_PROJECT_DIR /go/src/github.com/partitio/gonextcloud
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user