Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
openlaw-bot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Resource-IL
openlaw-bot
Commits
2b20993b
Verified
Commit
2b20993b
authored
Nov 18, 2020
by
uda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Be secure?
parent
15e0777d
Pipeline
#88
failed with stage
in 5 minutes and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
.gitlab-ci.yml
View file @
2b20993b
...
...
@@ -6,7 +6,7 @@ default:
before_script
:
-
docker info
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
$CI_REGISTRY
-
echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin
$CI_REGISTRY
variables
:
DOCKER_HOST
:
tcp://localhost:2375
...
...
Dockerfile
View file @
2b20993b
...
...
@@ -15,7 +15,7 @@ RUN apt-get update \
gcc \
make \
libperl5.22 \
&& curl -L http
://cpanmin.us
| perl - --self-upgrade \
&& curl -L http
s://cpanmin.us/
| perl - --self-upgrade \
&& cpanm --notest MediaWiki::Bot \
&& apt-get remove -y --purge \
curl \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment