correct naming of gitlabci needs
This commit is contained in:
		@@ -31,7 +31,7 @@ Minimize:
 | 
				
			|||||||
    expire_in: 7 days
 | 
					    expire_in: 7 days
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - build/
 | 
					      - build/
 | 
				
			||||||
  needs: ["prepare"]
 | 
					  needs: ["Node_dependencies"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Frontend_Tests:
 | 
					Frontend_Tests:
 | 
				
			||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
@@ -41,7 +41,7 @@ Frontend_Tests:
 | 
				
			|||||||
    reports:
 | 
					    reports:
 | 
				
			||||||
      junit:
 | 
					      junit:
 | 
				
			||||||
        - ./junit.xml
 | 
					        - ./junit.xml
 | 
				
			||||||
  needs: ["prepare"]
 | 
					  needs: ["Node_dependencies"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
code_quality:
 | 
					code_quality:
 | 
				
			||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
@@ -65,7 +65,7 @@ Debian_Server:
 | 
				
			|||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - deb/OpenMediaCenter-*.deb
 | 
					      - deb/OpenMediaCenter-*.deb
 | 
				
			||||||
  needs: ["build"]
 | 
					  needs: ["Minimize"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Electron_Client:
 | 
					Electron_Client:
 | 
				
			||||||
  stage: packaging
 | 
					  stage: packaging
 | 
				
			||||||
@@ -79,14 +79,14 @@ Electron_Client:
 | 
				
			|||||||
      - dist/*.rpm
 | 
					      - dist/*.rpm
 | 
				
			||||||
      - dist/*.deb
 | 
					      - dist/*.deb
 | 
				
			||||||
      - dist/*.exe
 | 
					      - dist/*.exe
 | 
				
			||||||
  needs: ["build"]
 | 
					  needs: ["Minimize"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Test_Server:
 | 
					Test_Server:
 | 
				
			||||||
  stage: deploy
 | 
					  stage: deploy
 | 
				
			||||||
  image: luki42/alpineopenssh:latest
 | 
					  image: luki42/alpineopenssh:latest
 | 
				
			||||||
  needs:
 | 
					  needs:
 | 
				
			||||||
    - test
 | 
					    - Frontend_Tests
 | 
				
			||||||
    - package_debian
 | 
					    - Debian_Server
 | 
				
			||||||
  only:
 | 
					  only:
 | 
				
			||||||
    - master
 | 
					    - master
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user