diff --git a/docker/molecule/docker/focal/buildspec.yml b/docker/molecule/docker/focal/buildspec.yml index 7ec8ad523..8ec6598a2 100644 --- a/docker/molecule/docker/focal/buildspec.yml +++ b/docker/molecule/docker/focal/buildspec.yml @@ -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/} @@ -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