Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Picasoft
Technique
Dockerfiles
Commits
eb59c1e5
Verified
Commit
eb59c1e5
authored
5 years ago
by
Quentin Duchemin
Browse files
Options
Downloads
Patches
Plain Diff
Trigger pica-ci-base build
parent
58f9fbc9
No related branches found
Branches containing commit
No related tags found
1 merge request
!44
Optimize CI and remove deployment steps, add Mattermost and update Etherpad
Pipeline
#51076
failed
5 years ago
Stage: ci-base
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-8
0 additions, 8 deletions
.gitlab-ci.yml
get-modified-image.sh
+1
-1
1 addition, 1 deletion
get-modified-image.sh
pica-ci-base/Dockerfile
+2
-2
2 additions, 2 deletions
pica-ci-base/Dockerfile
with
3 additions
and
11 deletions
.gitlab-ci.yml
+
0
−
8
View file @
eb59c1e5
...
...
@@ -19,7 +19,6 @@ stages:
-
build
-
security-tests
-
push
-
clean
# Hidden key meant to be included in other jobs, for factorization
.pull-modified-image
:
&pull-modified-image
...
...
@@ -172,10 +171,3 @@ push-prod:
-
"
pica-oh-my-form/*"
refs
:
-
master
# Remove cached variables once all pipeline passed
clean-up
:
stage
:
clean
tags
:
[
build
]
script
:
-
rm variables
This diff is collapsed.
Click to expand it.
get-modified-image.sh
+
1
−
1
View file @
eb59c1e5
...
...
@@ -14,7 +14,7 @@ do
;;
esac
done
echo
"export MODIFIED_IMAGE=
${
RES
}
"
>
>
variables
echo
"export MODIFIED_IMAGE=
${
RES
}
"
>
variables
# Image name with wanted registry and tag, fetched from Docker Compose
RES
=
$(
cat
$RES
/docker-compose.yml |
grep
$RES
|
cut
-d
':'
-f2-
)
...
...
This diff is collapsed.
Click to expand it.
pica-ci-base/Dockerfile
+
2
−
2
View file @
eb59c1e5
...
...
@@ -8,5 +8,5 @@ RUN apk update && \
py-pip
\
python2-dev
\
sed
\
wget
&&
\
pip
install
docker-compose
wget
\
&&
pip
install
docker-compose
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