Skip to content

Commit

Permalink
Fix indentation for exports
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeARO committed Feb 27, 2024
1 parent 047234d commit f12cf02
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: 0.2
env:
# we need it to access https://github.com/bbc/mozart-fetcher-build
git-credential-helper: yes
variables:
COSMOS_CERT: "/etc/pki/tls/certs/client.crt"
Expand All @@ -9,8 +8,8 @@ phases:
pre_build:
on-failure: ABORT
commands:
- export RELEASABLE_BRANCH=$(git branch --contains ${CODEBUILD_RESOLVED_SOURCE_VERSION} --remote | grep -c -E '^\s*origin/(main|master)$' || true)
- export COSMOS_VERSION=$(cosmos-release generate-version mozart-fetcher-eu-west-1)
- export RELEASABLE_BRANCH=$(git branch --contains ${CODEBUILD_RESOLVED_SOURCE_VERSION} --remote | grep -c -E '^\s*origin/(main|master)$' || true)
- export COSMOS_VERSION=$(cosmos-release generate-version mozart-fetcher-eu-west-1)
install:
on-failure: ABORT
commands:
Expand Down

0 comments on commit f12cf02

Please sign in to comment.