Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorNadj committed Oct 31, 2023
1 parent 0db8a35 commit 9e507bd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/meditrak-app/appcenter-post-clone.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env bash

## This file runs on appcenter automated builds

## Move environment variables saved by appcenter as USER-DEFINED_VARIABLE_NAME into .env, ready for react-native-dotenv
echo "Setting up environment variables"

printenv

yarn --version

which npm
which yarn
3 changes: 3 additions & 0 deletions packages/meditrak-app/appcenter-pre-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

# This file runs on appcenter automated builds, after yarn but before building

0 comments on commit 9e507bd

Please sign in to comment.