commit | 09fc8ace11d99e021d661d1a452a3fb3c7e4377f | [log] [tgz] |
---|---|---|
author | manarabdelaty <manarabdelatty@aucegypt.edu> | Thu Sep 02 20:10:54 2021 +0200 |
committer | manarabdelaty <manarabdelatty@aucegypt.edu> | Thu Sep 02 20:10:54 2021 +0200 |
tree | 6c945b3970743b2670421e71034533b79341d382 | |
parent | 5f53ba178edbf6bc4822e688656d9df08e488b46 [diff] |
[CI] Fix PDK_ROOT
diff --git a/.github/scripts/dv/run-dv-wrapper.sh b/.github/scripts/dv/run-dv-wrapper.sh index 6d2df4b..20bc951 100644 --- 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 /path/to/dir DOES NOT exists."