Skip to content

Commit

Permalink
ci: add buildspec-e2e-release-pr-join-artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
necipallef committed Sep 27, 2024
1 parent c1bfd40 commit c244634
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions buildspec-e2e-release-pr-join-artifacts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 0.2

phases:

build:
commands:
- cd $CODEBUILD_SRC_DIR
- git checkout main
artifacts:
files:
- '**/*'
base-directory: $CODEBUILD_SRC_DIR

0 comments on commit c244634

Please sign in to comment.