Skip to content

Commit

Permalink
we need this after all
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle committed Oct 3, 2023
1 parent e62d028 commit d36af95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy-beta-android
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -euxo pipefail

source ./scripts/source-for-bash-env

# Check if there is a build in progress
echo "Checking if there is a build in progress..."
build_status=$(curl https://circleci.com/api/v1.1/project/github/artsy/eigen/tree/beta-android -s | jq -r '.[0].status')
Expand Down
2 changes: 2 additions & 0 deletions scripts/deploy-beta-ios
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -euxo pipefail

source ./scripts/source-for-bash-env

# Check if there is a build in progress
echo "Checking if there is a build in progress..."
build_status=$(curl https://circleci.com/api/v1.1/project/github/artsy/eigen/tree/beta-ios -s | jq -r '.[0].status')
Expand Down

0 comments on commit d36af95

Please sign in to comment.