Skip to content

Commit

Permalink
fix(ci): chmod codebuild-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
slvnperron committed Nov 8, 2018
1 parent 109a5d8 commit dbafd7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildspec.yml
Expand Up @@ -30,6 +30,7 @@ phases:
# Docker setup
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- echo "Edition = '$EDITION'"
- chmod +x ./build/codebuild-extras.sh
- $(./build/codebuild-extras.sh)
- echo "BUILDING FOR '$ARTIFACT_NAME' edition '$EDITION'"
- yarn install
Expand Down

0 comments on commit dbafd7c

Please sign in to comment.