Skip to content

Commit

Permalink
test: check if removing lint, codebuild change or not
Browse files Browse the repository at this point in the history
  • Loading branch information
0.618 committed Apr 24, 2024
1 parent fdbaaf6 commit b57e5bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
12 changes: 6 additions & 6 deletions codebuild_specs/e2e_workflow_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ batch:
- build_linux
env:
compute-type: BUILD_GENERAL1_LARGE
- identifier: lint
buildspec: codebuild_specs/lint.yml
depend-on:
- build_linux
env:
compute-type: BUILD_GENERAL1_LARGE
# - identifier: lint
# buildspec: codebuild_specs/lint.yml
# depend-on:
# - build_linux
# env:
# compute-type: BUILD_GENERAL1_LARGE
- identifier: mock_e2e_tests
buildspec: codebuild_specs/mock_e2e_tests.yml
depend-on:
Expand Down
6 changes: 0 additions & 6 deletions codebuild_specs/e2e_workflow_generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ batch:
- build_linux
env:
compute-type: BUILD_GENERAL1_LARGE
- identifier: lint
buildspec: codebuild_specs/lint.yml
depend-on:
- build_linux
env:
compute-type: BUILD_GENERAL1_LARGE
- identifier: mock_e2e_tests
buildspec: codebuild_specs/mock_e2e_tests.yml
depend-on:
Expand Down

0 comments on commit b57e5bd

Please sign in to comment.