tried to fix .gitlab-ci.yml
This commit is contained in:
		
							parent
							
								
									fcf16cc80e
								
							
						
					
					
						commit
						3b2fcbe16e
					
				
					 1 changed files with 19 additions and 5 deletions
				
			
		|  | @ -1,9 +1,23 @@ | ||||||
| # This file is generated by GitLab CI | # This file is generated by GitLab CI | ||||||
| Npm, Bower, Grunt: | stages: | ||||||
|  |   - clean | ||||||
|  |   - build | ||||||
|  | 
 | ||||||
|  | cleanup: | ||||||
|  |   stage: clean | ||||||
|   script: |   script: | ||||||
|   - npm install |     - rm -r node_modules | ||||||
|   - bower install |     - rm -r bower_components | ||||||
|   - grunt |  | ||||||
|   tags: |   tags: | ||||||
|   except: |   except: | ||||||
|   - tags |     - tags | ||||||
|  | 
 | ||||||
|  | Npm, Bower, Grunt: | ||||||
|  |   stage: build | ||||||
|  |   script: | ||||||
|  |     - npm install | ||||||
|  |     - bower install | ||||||
|  |     - grunt | ||||||
|  |   tags:  | ||||||
|  |   except: | ||||||
|  |     - tags | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue