Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Policy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Security and Compliance
Policy
Commits
c182baf3
Commit
c182baf3
authored
2 months ago
by
Marc Burnie [AWS]
Browse files
Options
Downloads
Patches
Plain Diff
chore: removing helm copy from aws buildspec
parent
26986a03
No related branches found
No related tags found
1 merge request
!553
chore: deleting aws helm chart
Pipeline
#301807
passed
2 months ago
Stage: build
Stage: containerize
Stage: scan
Stage: publish
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/aws/build-aws/buildspec.yaml
+0
-4
0 additions, 4 deletions
build/aws/build-aws/buildspec.yaml
with
0 additions
and
4 deletions
build/aws/build-aws/buildspec.yaml
+
0
−
4
View file @
c182baf3
...
...
@@ -81,10 +81,6 @@ phases:
-
GIT_SECRETS_SCAN_RESULT=$(git secrets --scan 2> ${OUTPUT_DIR}/git_secrets.out.txt && echo OK || echo FAILED)
-
if [ "$GIT_SECRETS_SCAN_RESULT" = "FAILED" ]; then echo "Secrets detected!" && exit 1; fi
-
sed -i "s|__CONTAINER__|$ECR_IMAGE|" devops/aws/chart/values.yaml
-
echo "--Copying Helm Charts to ${OUTPUT_DIR:-dist}--"
-
rsync -r devops/aws/* "${OUTPUT_DIR:-dist}"
-
echo "Logging in to Amazon ECR..."
-
aws ecr get-login-password --region $AWS_REGION | docker login --username AWS --password-stdin ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com
# authenticate with ECR via the AWS CLI
-
echo "Build and push docker image..."
...
...
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