Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz.wojtania committed Jun 14, 2024
1 parent 676472b commit 02d4b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ExecuteQuery_build_and_test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

env:
LD_LIBRARY_PATH: /home/runner/.nuget/packages/net.ibm.data.db2-lnx/6.0.0.500/buildTransitive/clidriver/lib
LD_LIBRARY_PATH: "/home/runner/.nuget/packages/net.ibm.data.db2-lnx/6.0.0.500/buildTransitive/clidriver/lib"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Frends.IBMDB2.ExecuteQuery/_build/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# # Set LD_LIBRARY_PATH to the first path
# export LD_LIBRARY_PATH="$lib"
# echo "LD_LIBRARY_PATH set to: $LD_LIBRARY_PATH"
echo "LD_LIBRARY_PATH set to: $LD_LIBRARY_PATH"

docker run -h db2server --name db2server --restart=always --detach --privileged=true -p 50000:50000 --env-file ./Frends.IBMDB2.ExecuteQuery.Tests/lib/env_list.txt -v $PWD:/database icr.io/db2_community/db2

Expand Down

0 comments on commit 02d4b8c

Please sign in to comment.