Skip to content

Commit

Permalink
Update buildspec.yml (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
carebare47 authored Jul 26, 2024
1 parent c7f0958 commit 60575b6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/molecule/docker/focal/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ phases:
docker: 19
build:
commands:
- echo 'CODEBUILD_SOURCE_VERSION:'
- echo ${CODEBUILD_SOURCE_VERSION}
- |
if [[ $CODEBUILD_SOURCE_VERSION == "pr/"* ]]; then
pr_number=${CODEBUILD_SOURCE_VERSION#pr/}
Expand All @@ -41,9 +39,6 @@ phases:
else
branch=$CODEBUILD_SOURCE_VERSION
fi
- echo 'branch:'
- echo ${branch}
- if [[ $CODEBUILD_SOURCE_VERSION == "pr/"* ]]; then echo 'pr_number:'; echo ${pr_number}; fi
- cd ..
- rm -rf aurora
- git clone https://github.com/shadow-robot/aurora.git
Expand Down

0 comments on commit 60575b6

Please sign in to comment.