Skip to content

Commit

Permalink
Removing unused commands from buildspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelomilera committed Nov 16, 2021
1 parent 444bc49 commit 22133a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ phases:
commands:
- n 16
- npm update -g npm
- npm install -g yarn
- curl -sL https://sentry.io/get-cli/ | bash
- aws --version
- node -v
- yarn -v
- sentry-cli --version
- yarn install --frozen-lockfile --production=false
pre_build:
commands:
- export APP_BUILD_VERSION=${CODEBUILD_RESOLVED_SOURCE_VERSION}__$(date -u '+%Y-%m-%dT%T+00:00')
Expand Down

0 comments on commit 22133a9

Please sign in to comment.