Skip to content

Commit

Permalink
fix: skip docker and e2e steps in CI (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Chernyak authored Jan 30, 2023
1 parent 1c90ce0 commit 0045bf9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,3 @@ workflows:
ignore: /.*/
tags:
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
- shared/e2e:
context: *contexts
## <<Stencil::Block(circleE2EExtra)>>

## <</Stencil::Block>>
- shared/docker:
context: *contexts
filters:
branches:
ignore: *release_branches
tags:
only: /v\d+(\.\d+)*(-.*)*/
3 changes: 3 additions & 0 deletions service.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: stencil-base
arguments:
ciOptions:
skipDocker: true
skipE2e: true
description: Base templates for a stencil backed service
reportingTeam: fnd-dt
releaseOptions:
Expand Down
2 changes: 1 addition & 1 deletion stencil.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ modules:
version: v1.3.3
- name: github.com/getoutreach/stencil-golang
url: https://github.com/getoutreach/stencil-golang
version: v1.6.0
version: v1.6.2
- name: github.com/getoutreach/stencil-template-base
url: https://github.com/getoutreach/stencil-template-base
version: v0.4.4
Expand Down

0 comments on commit 0045bf9

Please sign in to comment.