A mirror of my website's source code.

Remove Gitlab CI

by steve0greatness, Friday, 17 May 2024, 06:49:51 (1715928591), pushed by steve0greatness, Friday, 17 May 2024, 07:01:15 (1715929275)

Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

b59e74ccbf47c6d7b7812f2017dcec58e0f8b967

.gitlab-ci.yml

@@ -1,14 +0,0 @@

                                
                                
                                
                            
                                
                                    
                                        
                                        image: python:latest
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        before_script:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          - python -m pip install -r requirements.txt
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        pages:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          script:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            - python build.py gl-pages-deploy
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          artifacts:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            paths:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              - public
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                          rules:
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH