Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Machina Callida
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
callidus
Machina Callida
Commits
36f78f7c
Commit
36f78f7c
authored
1 year ago
by
Konstantin Schulz
Browse files
Options
Downloads
Patches
Plain Diff
align version variables in Dockerfile and frontend src code
parent
ef2242b9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#51176
passed
1 year ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mc_frontend/Dockerfile
+1
-1
1 addition, 1 deletion
mc_frontend/Dockerfile
mc_frontend/package.json
+1
-1
1 addition, 1 deletion
mc_frontend/package.json
with
2 additions
and
2 deletions
mc_frontend/Dockerfile
+
1
−
1
View file @
36f78f7c
...
...
@@ -23,4 +23,4 @@ COPY ./config.xml ./www/config.xml
# workaround to fix the missing binding issue for node-sass
RUN
npm rebuild node-sass
# initialize the version file, it will get updated later
RUN
echo
"export const
version
= '';"
|
tee
src/version.ts
RUN
echo
"export const
VERSION
= '';"
|
tee
src/version.ts
This diff is collapsed.
Click to expand it.
mc_frontend/package.json
+
1
−
1
View file @
36f78f7c
{
"name"
:
"mc_frontend"
,
"version"
:
"2.7.
7
"
,
"version"
:
"2.7.
8
"
,
"author"
:
"Ionic Framework"
,
"homepage"
:
"https://ionicframework.com/"
,
"scripts"
:
{
...
...
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