Skip to content
Snippets Groups Projects
Commit f658a8d9 authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Merge branch 'var-update' into 'master'

update: Updated GC_INTEGRATION_TESTER to File

See merge request !544
parents 9f18d4a2 b09842df
No related branches found
No related tags found
1 merge request!544update: Updated GC_INTEGRATION_TESTER to File
Pipeline #299292 passed
......@@ -3,8 +3,7 @@ set -e
# move to the root of the repo
cd $CI_PROJECT_DIR
#auth steps
echo $GC_INTEGRATION_TESTER | base64 -d > GC_INTEGRATION_TESTER.json
export GOOGLE_APPLICATION_CREDENTIALS="$CI_PROJECT_DIR/GC_INTEGRATION_TESTER.json"
export GOOGLE_APPLICATION_CREDENTIALS="$GC_INTEGRATION_TESTER_SA_FILE"
curl https://community.opengroup.org/api/v4/projects/1410/packages/generic/gc_auth_token/master/gc_auth_token -o gc_auth_token
chmod +x gc_auth_token
export BEARER_TOKEN=$(./gc_auth_token)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment