Merged in feature/agregar-bitbucket-pipelines.yml (pull request #3)

feature: agregar bitbucket pipelines.yml

Approved-by: Jonathan Teran
This commit is contained in:
JonathanGitFlow
2025-11-02 15:26:32 +00:00
committed by jt
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:26
**feature/agregar-bitbucket-pipelines.yml**
- **bugfix**: modifico shebang para buscar python3 con env (c07fdb9)
- git-flow (M)
---
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:23
**feature/agregar-bitbucket-pipelines.yml**
+1 -1
View File
@@ -1,4 +1,4 @@
#!./venv/bin/python3
#!/usr/bin/env python3
import os
from subprocess import CalledProcessError