Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Register
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
System
Register
Commits
ccddf1c2
Commit
ccddf1c2
authored
4 years ago
by
Rucha Deshpande
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
ca9c3c77
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!27
Feat/aws impl3
Pipeline
#12562
passed
4 years ago
Stage: build
Stage: scan
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+34
-11
34 additions, 11 deletions
.gitlab-ci.yml
with
34 additions
and
11 deletions
.gitlab-ci.yml
+
34
−
11
View file @
ccddf1c2
variables
:
AWS_BUILD_SUBDIR
:
provider/storage-aws/build-aws
AWS_TEST_SUBDIR
:
testing/storage-test-aws
AWS_SERVICE
:
storage
AWS_ENVIRONMENT
:
dev
variables
:
AWS_BUILD_SUBDIR
:
provider/register-aws/build-aws
AWS_TEST_SUBDIR
:
testing/register-test-aws
AWS_SERVICE
:
register
AWS_ENVIRONMENT
:
dev
include
:
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
master'
file
:
'
standard-setup.yml'
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
standard-setup.yml"
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
master'
file
:
'
build/maven.yml'
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
build/maven.yml"
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
master'
file
:
'
scanners/fossa.yml'
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
scanners/fossa.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/gcp.yml"
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
master'
file
:
'
scanners/gitlab-ultimate.yml'
file
:
'
cloud-providers/aws.yml'
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
scanners/gitlab-ultimate.yml"
# disable the eslint scanner
# I think this is being generated from the presence of an HTML file, but there
# is no javascript to scan, so the job isn't helpful and just gets in the way
eslint-sast
:
rules
:
-
when
:
never
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