Add quality gate workflow 8.
This commit is contained in:
3
.github/workflows/quality-gate.yml
vendored
3
.github/workflows/quality-gate.yml
vendored
@@ -36,7 +36,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Criar uma versão temporária do requirements.txt com URLs HTTPS
|
# Criar uma versão temporária do requirements.txt com URLs HTTPS
|
||||||
sed "s|git+ssh://git@github.com|git+https://${GITHUB_TOKEN}@github.com|g" requirements.txt > requirements_https.txt
|
sed "s|git+ssh://git@github.com|git+https://${GITHUB_TOKEN}@github.com|g" requirements.txt > requirements_https.txt
|
||||||
cat requirements_https.txt | sed "s|${GITHUB_TOKEN}|***MASKED***|g"
|
# cat requirements_https.txt | sed "s|${GITHUB_TOKEN}|***MASKED***|g"
|
||||||
|
cat requirements_https.txt
|
||||||
|
|
||||||
- name: 🔧 Setup Python
|
- name: 🔧 Setup Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user