Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Remove TeamCity condition
Browse files Browse the repository at this point in the history
#213 has successfully been merged and tested end to end and we can now move away from TeamCity entirely. I've paused the build in the UI and this change simplifies the CI script.
  • Loading branch information
akash1810 committed Sep 28, 2021
1 parent d715587 commit 5caba10
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@

set -e

if [[ ! -z "${TEAMCITY_VERSION}" ]]; then
echo "Running in TeamCity. Nope!"
exit 0
fi

DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
ROOT_DIR="${DIR}/.."

CDK_OUTPUT_DIR="${ROOT_DIR}/cloudformation/cdk"


(
cd "${ROOT_DIR}/cdk"
yarn --frozen-lockfile
Expand Down

0 comments on commit 5caba10

Please sign in to comment.