Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clarin-dspace
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
Container Registry
Model registry
Operate
Environments
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
commul
docker
clarin-dspace
Commits
7bdd97ef
Verified
Commit
7bdd97ef
authored
4 years ago
by
egon w. stemle
Browse files
Options
Downloads
Patches
Plain Diff
Rm obsolete (see DPSACE_TAG) second git pull
parent
a8b32d3a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dockerfiles/Dockerfile.dspace
+2
-6
2 additions, 6 deletions
dockerfiles/Dockerfile.dspace
with
2 additions
and
6 deletions
dockerfiles/Dockerfile.dspace
+
2
−
6
View file @
7bdd97ef
...
...
@@ -92,18 +92,14 @@ COPY commul-customization/tomcat-server.xml /opt/tomcat8/conf/server.xml
#
# Our clarin-dspace tag to checkout
ENV DSPACE_TAG="commul-2020.01.0-rc2_dspace-2020.02.1"
# pre-fetch maven dependencies
# clone specific version tag
RUN git clone --depth 1 --branch "$DSPACE_TAG" --recursive https://github.com/commul/clarin-dspace.git /opt/repository/sources/dspace
WORKDIR /opt/repository/sources/dspace
# pre-fetch maven dependencies
RUN mvn -B -T 1C \
--quiet \
--fail-never \
dependency:copy-dependencies dependency:resolve-plugins dependency:go-offline
#
# this checks if there was a new commit since the last build
ADD https://api.github.com/repos/commul/clarin-dspace/git/refs/heads/commul-custom /tmp/version.json
RUN git pull
RUN mvn -B -T 1C clean compile
WORKDIR /opt/repository/sources/dspace/utilities/project_helpers
...
...
This diff is collapsed.
Click to expand it.
egon w. stemle
@egon.stemle
mentioned in commit
34c82519
·
4 years ago
mentioned in commit
34c82519
mentioned in commit 34c825191466a688aa651cd5c5a9f2b1271ffa04
Toggle commit list
egon w. stemle
@egon.stemle
mentioned in commit
3d10ef28
·
4 years ago
mentioned in commit
3d10ef28
mentioned in commit 3d10ef288ed3d8c6205d958613f8dce66f33b508
Toggle commit list
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