Browse Source

replace feature

pull/1565/head
Borja García Rodríguez 4 years ago
parent
commit
7d53c2e198
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/basket-api.yml

+ 1
- 1
.github/workflows/basket-api.yml 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 }}


Loading…
Cancel
Save