Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
55
Issues
55
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
430643ca
Commit
430643ca
authored
Nov 20, 2019
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added missing secrets
parent
530fce85
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
.gitlab-ci.yml
.gitlab-ci.yml
+16
-1
No files found.
.gitlab-ci.yml
View file @
430643ca
...
...
@@ -20,8 +20,23 @@ prepare_secrets:
-
cp $ENVFILE .env
-
cp $SUMAS config/sumas.json
-
cp $SUMASEN config/sumasEn.json
-
cp $BLACKLISTURL config/blacklistUrl.txt
-
cp $BLACKLISTDOMAINS config/blacklistDomains.txt
-
cp $ADBLACKLISTURL config/adBlacklistUrl.txt
-
cp $ADBLACKLISTDOMAINS config/adBlacklistDomains.txt
-
cp $SPAM config/spam.txt
-
cp $USERSSEEDER database/seeds/UsersSeeder.php
artifacts
:
paths
:
-
.env
-
config/sumas.json
-
config/sumasEn.json
\ No newline at end of file
-
config/sumasEn.json
-
config/blacklistUrl.txt
-
config/blacklistDomains.txt
-
config/adBlacklistUrl.txt
-
config/adBlacklistDomains.txt
-
config/spam.txt
-
database/seeds/UsersSeeder.php
only
:
-
branches
-
tags
\ No newline at end of file
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