Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoCLI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tom.andrivet
DojoCLI
Commits
4c9f46f1
Commit
4c9f46f1
authored
1 year ago
by
michael.minelli
Browse files
Options
Downloads
Plain Diff
Merge branch 'v3.1.1' into main
parents
dcede9ed
2a2cfbd7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NodeApp/.gitlab-ci/01_functions.yml
+1
-1
1 addition, 1 deletion
NodeApp/.gitlab-ci/01_functions.yml
NodeApp/package.json
+1
-1
1 addition, 1 deletion
NodeApp/package.json
with
2 additions
and
2 deletions
NodeApp/.gitlab-ci/01_functions.yml
+
1
−
1
View file @
4c9f46f1
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
# Decrypt env vars for production
# 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"
echo "Decrypt production env vars"
sed -i -r "s/(DOTENV_KEY[ ]*:[ ]*[\'\"\`])[^'\"\`]*([\'\"\`])([ ]*\,)?//g" src/app.ts
sed -i -r "s/(DOTENV_KEY[ ]*:[ ]*[\'\"\`])[^'\"\`]*([\'\"\`])([ ]*\,)?//g" src/app.ts
sed -i -r "s/,[\ \n]*\}/\}/g" src/app.ts
sed -i -r "s/,[\ \n]*\}/\}/g" src/app.ts
...
...
This diff is collapsed.
Click to expand it.
NodeApp/package.json
+
1
−
1
View file @
4c9f46f1
{
{
"name"
:
"dojo_cli"
,
"name"
:
"dojo_cli"
,
"description"
:
"CLI of the Dojo project"
,
"description"
:
"CLI of the Dojo project"
,
"version"
:
"3.1.
0
"
,
"version"
:
"3.1.
1
"
,
"license"
:
"AGPLv3"
,
"license"
:
"AGPLv3"
,
"author"
:
"Michaël Minelli <dojo@minelli.me>"
,
"author"
:
"Michaël Minelli <dojo@minelli.me>"
,
"main"
:
"dist/app.js"
,
"main"
:
"dist/app.js"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment