ci to own default format
This commit is contained in:
		
							parent
							
								
									1b5dceac86
								
							
						
					
					
						commit
						90837de9f7
					
				| 
						 | 
					@ -13,12 +13,13 @@ before_script:
 | 
				
			||||||
build-my-project:
 | 
					build-my-project:
 | 
				
			||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
 | 
					    - mkdir "$CI_PROJECT_DIR/bin/"
 | 
				
			||||||
    - go install "dev.sum7.eu/$CI_PROJECT_PATH"
 | 
					    - go install "dev.sum7.eu/$CI_PROJECT_PATH"
 | 
				
			||||||
    - mv "/go/bin/$CI_PROJECT_NAME" "/builds/$CI_PROJECT_PATH"
 | 
					    - mv "/go/bin/$CI_PROJECT_NAME" "$CI_PROJECT_DIR/bin/$CI_PROJECT_NAME"
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - config_example.conf
 | 
					      - "bin/$CI_PROJECT_NAME"
 | 
				
			||||||
      - "$CI_PROJECT_NAME"
 | 
					      - config_example.toml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test-my-project:
 | 
					test-my-project:
 | 
				
			||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue