Skip to content
Snippets Groups Projects
Commit a83f9810 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

expand debug for CI/CD

parent 26c23290
No related branches found
No related tags found
No related merge requests found
Pipeline #119749 passed
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
OLD_DIR=`pwd` OLD_DIR=`pwd`
echo "DEBUG_1 $0 $1 $2 $3" echo "DEBUG_1 $0 $1 $2 $3 $4 <secret> $6"
if [ -z ${1+x} ]; then NEW_DIR=`pwd`; else NEW_DIR=$1; fi if [ -z ${1+x} ]; then NEW_DIR=`pwd`; else NEW_DIR=$1; fi
if [ -z ${2+x} ]; then API_URL=https://datacatalog.fz-juelich.de/; else API_URL=$2; fi if [ -z ${2+x} ]; then API_URL=https://datacatalog.fz-juelich.de/; else API_URL=$2; fi
...@@ -15,8 +15,6 @@ if [ -z ${4+x} ]; then DATACATALOG_APISERVER_CLIENT_ID=""; else DATACATALOG_APIS ...@@ -15,8 +15,6 @@ if [ -z ${4+x} ]; then DATACATALOG_APISERVER_CLIENT_ID=""; else DATACATALOG_APIS
if [ -z ${5+x} ]; then DATACATALOG_APISERVER_CLIENT_SECRET=""; else DATACATALOG_APISERVER_CLIENT_SECRET=$5; fi if [ -z ${5+x} ]; then DATACATALOG_APISERVER_CLIENT_SECRET=""; else DATACATALOG_APISERVER_CLIENT_SECRET=$5; fi
if [ -z ${6+x} ]; then DATACATALOG_APISERVER_SERVER_METADATA_URL=""; else DATACATALOG_APISERVER_SERVER_METADATA_URL=$6; fi if [ -z ${6+x} ]; then DATACATALOG_APISERVER_SERVER_METADATA_URL=""; else DATACATALOG_APISERVER_SERVER_METADATA_URL=$6; fi
echo "DEBUG_2 $0 $1 $2 $3"
cd $NEW_DIR cd $NEW_DIR
pip install -r requirements.txt pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment