commit | 63637922431acdfd13f755e45ca2d7ef3ca6dd9a | [log] [tgz] |
---|---|---|
author | manarabdelaty <manarabdelatty@aucegypt.edu> | Thu Sep 02 20:11:32 2021 +0200 |
committer | manarabdelaty <manarabdelatty@aucegypt.edu> | Thu Sep 02 20:11:32 2021 +0200 |
tree | b9bd6b3841044c65598e0e9edd8986dc64ad11ce | |
parent | 8b3e44b948c541e6f0adf447688d7356726f076c [diff] |
[CI] Fix PDK_ROOT
diff --git a/.github/scripts/dv/run-dv-wrapper.sh b/.github/scripts/dv/run-dv-wrapper.sh index 3c53d56..c03d8e9 100755 --- a/.github/scripts/dv/run-dv-wrapper.sh +++ b/.github/scripts/dv/run-dv-wrapper.sh
@@ -23,7 +23,6 @@ export TARGET_PATH=$(pwd) export CARAVEL_ROOT=$(pwd)/caravel -export PDK_ROOT=$(pwd)/pdks if [ ! -d $TARGET_PATH ] then @@ -33,6 +32,7 @@ cd .. +export PDK_ROOT=$(pwd)/pdks if [ ! -d $PDK_ROOT ] then echo "Directory pdk /path/to/dir DOES NOT exists."