Skip to content

Commit

Permalink
Update pipeline ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Harness_user committed Sep 28, 2021
1 parent 9956622 commit b1933c5
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions config/.harness/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ pipeline:
image: us.gcr.io/sales-209522/micah/go-build-tools:1.16-stretch-8
command: go mod vendor
privileged: false
- step:
type: SaveCacheGCS
spec:
connectorRef: org.gcp
bucket: harness-micah-test
key: terraform-provider-harness-{{ checksum "go.mod" }}
sourcePaths:
- ./vendor
archiveFormat: Gzip
name: Save cache
identifier: Save_cache
- step:
type: Run
name: Build
Expand All @@ -50,17 +61,6 @@ pipeline:
image: us.gcr.io/sales-209522/micah/go-build-tools:1.16-stretch-8
command: go build -v
privileged: false
- step:
type: SaveCacheGCS
spec:
sourcePaths:
- ./vendor
key: terraform-provider-harness-{{ checksum "go.mod" }}
connectorRef: org.gcp
bucket: harness-micah-test
archiveFormat: Gzip
name: Save cache
identifier: Save_cache
- step:
type: Run
name: Test Terraform v1-0-0
Expand Down Expand Up @@ -89,7 +89,6 @@ pipeline:
- AllErrors
action:
type: Ignore
serviceDependencies: []
infrastructure:
type: KubernetesDirect
spec:
Expand Down

0 comments on commit b1933c5

Please sign in to comment.