Skip to content
Snippets Groups Projects

Fixing pipeline

Closed Daniel Perez requested to merge slb/dperez50/fixing-pipeline into master
+ 2
25
@@ -54,7 +54,7 @@ include:
# aws
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws.yml"
- local: "/devops/aws/awstest.yml"
# deploy
@@ -63,30 +63,7 @@ include:
file: "cloud-providers/azure-seismic-store-service.yml"
#ibm
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/ibm-seismic-store-service.yml"
#gcp
- project: "osdu/platform/ci-cd-pipelines"
ref: "master"
file: "cloud-providers/osdu-gcp-cloudrun.yml"
osdu-gcp-test:
script:
- echo "Tests not implemented"
extends:
- .osdu-gcp-variables
only:
variables:
- $OSDU_GCP == 'true' && $OSDU_GCP_INT_TEST_TYPE != 'python'
osdu-gcp-test-python:
script:
- echo "Tests not implemented"
only:
variables:
- $OSDU_GCP == 'true' && $OSDU_GCP_INT_TEST_TYPE == 'python'
file: "cloud-providers/gcp-seismic-store-service.yml"
\ No newline at end of file
Loading