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

Merge branch 'v3.1.1' into main

parents dcede9ed 2a2cfbd7
No related branches found
No related tags found
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