remove unnecessary calls to storage driver (#2432)

fix(storage): remove unnecessary calls to storage driver

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
peusebiu
2024-06-04 21:39:18 +03:00
committed by GitHub
parent 1594852428
commit a4b6892a9c
4 changed files with 20 additions and 102 deletions
+1
View File
@@ -49,6 +49,7 @@ jobs:
# install dex
git clone https://github.com/dexidp/dex.git
cd dex/
git checkout v2.39.1
make bin/dex
./bin/dex serve $GITHUB_WORKSPACE/test/dex/config-dev.yaml &
cd $GITHUB_WORKSPACE