Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mastofe
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
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
Pleroma
mastofe
Commits
6b999411
Commit
6b999411
authored
5 years ago
by
Thibaut Girka
Browse files
Options
Downloads
Patches
Plain Diff
Revert CircleCI and some webpack changes to match upstream
parent
d52e27f3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+1
-5
1 addition, 5 deletions
.circleci/config.yml
config/webpack/tests.js
+0
-3
0 additions, 3 deletions
config/webpack/tests.js
with
1 addition
and
8 deletions
.circleci/config.yml
+
1
−
5
View file @
6b999411
...
...
@@ -9,7 +9,6 @@ aliases:
DB_HOST
:
localhost
DB_USER
:
root
RAILS_ENV
:
test
NODE_ENV
:
test
PARALLEL_TEST_PROCESSORS
:
4
ALLOW_NOPAM
:
true
CONTINUOUS_INTEGRATION
:
true
...
...
@@ -122,10 +121,7 @@ jobs:
steps
:
-
*attach_workspace
-
*install_system_dependencies
-
run
:
name
:
Precompile assets
command
:
./bin/rails assets:precompile
no_output_timeout
:
40m
-
run
:
./bin/rails assets:precompile
-
persist_to_workspace
:
root
:
~/projects/
paths
:
...
...
This diff is collapsed.
Click to expand it.
config/webpack/tests.js
+
0
−
3
View file @
6b999411
...
...
@@ -5,7 +5,4 @@ const sharedConfig = require('./shared.js');
module
.
exports
=
merge
(
sharedConfig
,
{
mode
:
'
development
'
,
optimization
:
{
minimize
:
false
,
},
});
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