Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
ci(deploy): set script location to update app info
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Rondon <[email protected]>
  • Loading branch information
Hector Rondon committed Sep 21, 2018
1 parent bb78819 commit 1fb6133
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ references:
run:
name: Send app to TestFligth
command: source ci/scripts/beta_version.sh
environment:
SCRIPT_PATH: ci/scripts

release_app: &release_app
run:
Expand All @@ -127,6 +129,8 @@ references:
run:
name: Publish app
command: source ci/scripts/publish_app.sh
environment:
SCRIPT_PATH: ci/scripts

update_cache: &update_cache
run:
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/publish_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [[ $GITHUB_COMMIT_MESSAGE != *"ci(release): generate CHANGELOG.md for version
# Send app to App Store with fastlane
bundle exec fastlane publish

if
fi

0 comments on commit 1fb6133

Please sign in to comment.