Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Informatica Secure Agent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
interop
iics
Informatica Secure Agent
Merge requests
!57
Something went wrong on our end
Python Addition
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Python Addition
SAM.CARPENTER-master-patch-52953
into
master
Overview
0
Commits
18
Pipelines
0
Changes
1
Merged
SAM CARPENTER
requested to merge
SAM.CARPENTER-master-patch-52953
into
master
10 months ago
Overview
0
Commits
18
Pipelines
0
Changes
1
Expand
adds python to the SA docker process.
0
0
Merge request reports
Viewing commit
ea676bbd
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ea676bbd
changed region
· ea676bbd
SAM CARPENTER
authored
10 months ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -11,7 +11,7 @@ before_script:
-
apk update && apk add groff less
-
apk add aws-cli
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
aws ecr get-login-password --region
region
| docker login --username AWS --password-stdin ${ECR_LOGIN_REGISTRY}
-
aws ecr get-login-password --region
us-east-1
| docker login --username AWS --password-stdin ${ECR_LOGIN_REGISTRY}
after_script
:
-
docker logout "$AWS_ACCOUNT_ID".dkr.ecr.us-east-1.amazonaws.com
Loading