update rss_proxy.py
* removed print
This commit is contained in:
@@ -1,29 +1,18 @@
|
||||
workflow:
|
||||
rules:
|
||||
- changes:
|
||||
- proxy/**
|
||||
- proxy/**/*
|
||||
- Dockerfile
|
||||
- requirements.txt
|
||||
when: always
|
||||
- when: never
|
||||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
- push
|
||||
|
||||
# test:
|
||||
# stage: test
|
||||
# image: python:3.11-alpine
|
||||
# script:
|
||||
# - pip install -q -r requirements.txt
|
||||
# - pip install -q pytest~=8.3.5
|
||||
# - python -m unittest discover tests
|
||||
|
||||
build:
|
||||
# needs:
|
||||
# - test
|
||||
|
||||
stage: build
|
||||
script:
|
||||
- docker build -t $CI_REGISTRY/$CI_PROJECT_PATH:$CI_COMMIT_REF_SLUG .
|
||||
|
||||
Reference in New Issue
Block a user