Skip to content
Snippets Groups Projects
Commit d12f29ea authored by Thomas Gehrmann [InvitedE]'s avatar Thomas Gehrmann [InvitedE]
Browse files

Merge branch 'master' into 118-osdu-dd-delivery-m15

parents d72813cb 0053df75
Branches
Tags
1 merge request!407OSDU-DD-Delivery-M15 (v0.18.0)
Pipeline #148871 failed
......@@ -45,6 +45,10 @@ phases:
- export AWS_ACCOUNT_ID=`aws sts get-caller-identity | grep Account | cut -d':' -f 2 | cut -d'"' -f 2`
- export AWS_OSDU_DEV_MAVEN_AUTH_TOKEN=`aws codeartifact get-authorization-token --domain $AWS_OSDU_DEV_MAVEN_DOMAIN --domain-owner $AWS_ACCOUNT_ID --query authorizationToken --output text`
# Install git secrets
#TODO temporarily adding hotfix, due to https://github.com/awslabs/git-secrets/issues/220
- export SAY_LOCATION=`ln -s "$(which echo)" say`
- export PATH="$PATH:$SAY_LOCATION"
- git clone https://github.com/awslabs/git-secrets.git
- cd git-secrets && make install && cd ..
- git secrets --install && git secrets --register-aws
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment