Skip to content
Snippets Groups Projects
Commit 2a2cfbd7 authored by michael.minelli's avatar michael.minelli
Browse files

Merge branch 'fix-dotenv-missing' into v3.1.1

parents dcede9ed 49fd845b
Branches
Tags
No related merge requests found
......@@ -78,7 +78,7 @@
# Decrypt env vars for production
- |
if [ $CI_COMMIT_REF_PROTECTED == "true" || $IS_TEST == true ]; then
if [[ $CI_COMMIT_REF_PROTECTED == "true" || $IS_TEST == true ]]; then
echo "Decrypt production env vars"
sed -i -r "s/(DOTENV_KEY[ ]*:[ ]*[\'\"\`])[^'\"\`]*([\'\"\`])([ ]*\,)?//g" src/app.ts
sed -i -r "s/,[\ \n]*\}/\}/g" src/app.ts
......
{
"name" : "dojo_cli",
"description" : "CLI of the Dojo project",
"version" : "3.1.0",
"version" : "3.1.1",
"license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>",
"main" : "dist/app.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment