Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Feeds
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Feeds
Commits
076df311
Verified
Commit
076df311
authored
4 months ago
by
cyrinux
Browse files
Options
Downloads
Patches
Plain Diff
fix: data_migration dir name
parent
1de313e8
No related branches found
No related tags found
No related merge requests found
Pipeline
#34530
passed
4 months ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docker/app/Dockerfile
+1
-1
1 addition, 1 deletion
.docker/app/Dockerfile
.docker/app/startup.sh
+2
-2
2 additions, 2 deletions
.docker/app/startup.sh
with
3 additions
and
3 deletions
.docker/app/Dockerfile
+
1
−
1
View file @
076df311
...
...
@@ -54,7 +54,7 @@ ADD .docker/app/config.docker.php ${SCRIPT_ROOT}
COPY
. ${SRC_DIR}
ARG
ORIGIN_REPO_EXPORT_IMPORT=https://gitlab.tt-rss.org/tt-rss/plugins/ttrss-data-migration.git
RUN
git clone
--depth
=
1
${
ORIGIN_REPO_EXPORT_IMPORT
}
${
SRC_DIR
}
/plugins.local/
ttrss-
data
-
migration
RUN
git clone
--depth
=
1
${
ORIGIN_REPO_EXPORT_IMPORT
}
${
SRC_DIR
}
/plugins.local/data
_
migration
ARG
ORIGIN_REPO_XACCEL=https://git.tt-rss.org/fox/ttrss-nginx-xaccel.git
RUN
git clone
--depth
=
1
${
ORIGIN_REPO_XACCEL
}
${
SRC_DIR
}
/plugins.local/nginx_xaccel
...
...
This diff is collapsed.
Click to expand it.
.docker/app/startup.sh
+
2
−
2
View file @
076df311
...
...
@@ -58,8 +58,8 @@ if [ -z $SKIP_RSYNC_ON_STARTUP ]; then
$DST_DIR
/plugins.local/mailer_smtp
sudo
-u
app rsync
-a
--no-owner
--delete
\
$SRC_DIR
/plugins.local/
ttrss-
data
-
migration
\
$DST_DIR
/plugins.local/
ttrss-
data
-
migration
$SRC_DIR
/plugins.local/data
_
migration
\
$DST_DIR
/plugins.local/data
_
migration
fi
else
echo
"warning: working copy in
$DST_DIR
won't be updated, make sure you know what you're doing."
...
...
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