Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Schema
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Schema
Commits
d12f29ea
Commit
d12f29ea
authored
2 years ago
by
Thomas Gehrmann [InvitedE]
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 118-osdu-dd-delivery-m15
parents
d72813cb
0053df75
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!407
OSDU-DD-Delivery-M15 (v0.18.0)
Pipeline
#148871
failed
2 years ago
Stage: review
Stage: build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: bootstrap
Stage: integration
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
provider/schema-aws/build-aws/buildspec.yaml
+4
-0
4 additions, 0 deletions
provider/schema-aws/build-aws/buildspec.yaml
with
4 additions
and
0 deletions
provider/schema-aws/build-aws/buildspec.yaml
+
4
−
0
View file @
d12f29ea
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment