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 d24a8ca commit f2f7686
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:

- name: Load config
run: |
set -e
set -x
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
Expand All @@ -23,7 +21,6 @@ jobs:
for val in "${config[@]:1}"; do
flags="$flags -e $val"
done
echo "HERE: $flags"
echo "FLAGS=$flags" >> $GITHUB_ENV
fi
- name: Read env
Expand Down

0 comments on commit f2f7686

Please sign in to comment.