mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 00:11:00 +00:00
fix ci
This commit is contained in:
parent
f220837309
commit
04344ba834
1 changed files with 0 additions and 7 deletions
|
@ -17,13 +17,6 @@ required_env_vars=(
|
||||||
"EMERGE_API_KEY"
|
"EMERGE_API_KEY"
|
||||||
)
|
)
|
||||||
|
|
||||||
for var in "${required_env_vars[@]}"; do
|
|
||||||
if [[ -z "${!var}" ]]; then
|
|
||||||
echo "Environment variable $var is not set"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
brew install jq
|
brew install jq
|
||||||
|
|
||||||
zip_path="$CI_ARCHIVE_PATH.zip"
|
zip_path="$CI_ARCHIVE_PATH.zip"
|
||||||
|
|
Loading…
Reference in a new issue