Skip to content
Snippets Groups Projects
Commit ccddf1c2 authored by Rucha Deshpande's avatar Rucha Deshpande
Browse files

Update .gitlab-ci.yml

parent ca9c3c77
No related branches found
No related tags found
1 merge request!27Feat/aws impl3
Pipeline #12562 passed
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment