Skip to content

Instantly share code, notes, and snippets.

View sundarlogan's full-sized avatar

Sundaravel Loganathan sundarlogan

View GitHub Profile
@sundarlogan
sundarlogan / cloudbuild.yml
Last active February 15, 2023 08:01
Building Cloud Native CI/CD Pipeline with GCP
steps:
# Remove last run test results
- id: remove-allure-results
name: gcr.io/cloud-builders/gsutil
entrypoint: "/bin/bash"
args: ["-c", "gsutil -m rm -r gs://$_GCS_BUCKET_PATH"]
allow_failure: true
# Getting the sub-module ui-tests
- id: git-submodule