Skip to content

Commit

Permalink
Update docker_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMirosavljevicHTEC authored Aug 8, 2023
1 parent 34ea1fc commit fc138a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
run: |
set -e
set -x
branch_config=$(grep -E "^${{ github.event.pull_request.head.ref }};" branch_env_config.txt)
branch_config=$(grep -E "${{ github.event.pull_request.head.ref }};" branch_env_config.txt)
if [ -z "$(grep -E "^${{ github.event.pull_request.head.ref }};" branch_env_config.txt)" ]; then
if [ -z "$(grep -E "${{ github.event.pull_request.head.ref }};" branch_env_config.txt)" ]; then
echo "No special flags set for branch ${{ github.event.pull_request.head.ref }}"
else
IFS=';' read -ra config <<< "$branch_config"
Expand Down

0 comments on commit fc138a2

Please sign in to comment.