Skip to content

Commit

Permalink
source and echo
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed Oct 29, 2024
1 parent 9bfaaff commit 4df7fb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,8 @@ jobs:
if [ "${{ inputs.redis_enable }}" == "true" ]; then
echo "REDIS_HOSTNAME=redis_${{ github.job }}_${{ inputs.deduplication_id }}_${{ github.run_id }}_${{ github.run_attempt }}" >> "$GITHUB_ENV"
echo "REDIS_PORT=6379" >> "$GITHUB_ENV"
source "$GITHUB_ENV"
echo "Redis Hostname: $REDIS_HOSTNAME"
docker network connect ${{ env.GH_ACTIONS_SELF_HOSTED_NETWORK_NAME }} ${{ env.REDIS_HOSTNAME }}
fi
Expand Down

0 comments on commit 4df7fb6

Please sign in to comment.