Skip to content

Instantly share code, notes, and snippets.

View vivek-dhayalan's full-sized avatar

Vivek Dhayalan vivek-dhayalan

View GitHub Profile
@vivek-dhayalan
vivek-dhayalan / cloudbuild.yml
Created February 15, 2023 08:01 — forked from sundarlogan/cloudbuild.yml
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