replace feature

This commit is contained in:
Borja García Rodríguez 2020-12-24 11:28:01 +01:00
parent fd28ac8597
commit 7d53c2e198

View File

@ -102,7 +102,7 @@ jobs:
- name: Set branch name as env variable
shell: pwsh
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/feature', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
run: echo "BRANCH=$($env:GITHUB_REF.replace('refs/heads/feature/', ''))" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- name: Compose build ${{ env.SERVICES }}
run: docker-compose build -f src/docker-compose.yml ${{ env.SERVICES }}