Skip to content
Snippets Groups Projects
Commit 139262eb authored by Rifky Arifin's avatar Rifky Arifin :speech_balloon:
Browse files

Update .gitlab-ci.yml file

parent a0cf7b7f
Loading
Pipeline #2908 failed with stage
in 40 seconds
......@@ -17,7 +17,7 @@ test-oidc:
MY_OIDC_TOKEN:
aud: https://gl.atisicloud.com
before_script:
- echo "${MY_OIDC_TOKEN}" | cut -d '.' -f2 | base64 -d 2>/dev/null 64 -d
- echo "${MY_OIDC_TOKEN}" | cut -d '.' -f2
- mkdir -p ~/.aws
- echo "${MY_OIDC_TOKEN}" > /tmp/web_identity_token
- echo -e "[profile oidc]\nrole_arn=${ROLE_ARN}\nweb_identity_token_file=/tmp/web_identity_token" > ~/.aws/config
......
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