Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
laravel-adminpanel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
laravel-adminpanel
Commits
4ae7a706
Commit
4ae7a706
authored
Nov 02, 2017
by
Viral Solani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete circleCI
parent
272f196a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
42 deletions
+5
-42
config.yml
.circleci/config.yml
+0
-37
mix-manifest.json
public/mix-manifest.json
+5
-5
No files found.
.circleci/config.yml
deleted
100644 → 0
View file @
272f196a
# PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
version
:
2
jobs
:
build
:
docker
:
# specify the version you desire here
-
image
:
circleci/php:7.1.5-browsers
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/mysql:9.4
working_directory
:
~/repo
steps
:
-
checkout
# Download and cache dependencies
-
restore_cache
:
keys
:
-
v1-dependencies-{{ checksum "composer.json" }}
# fallback to using the latest cache if no exact match is found
-
v1-dependencies-
-
run
:
composer install -n --prefer-dist
-
save_cache
:
paths
:
-
./vendor
key
:
v1-dependencies-{{ checksum "composer.json" }}
# run tests!
-
run
:
phpunit
public/mix-manifest.json
View file @
4ae7a706
{
{
"/js/frontend.js"
:
"/js/frontend.
e4bfdc79e74c0b84647f
.js"
,
"/js/frontend.js"
:
"/js/frontend.
70ee44a92d84e7318a9d
.js"
,
"/js/backend.js"
:
"/js/backend.
0793752cf3fad02356e8
.js"
,
"/js/backend.js"
:
"/js/backend.
9cdae6ab449e701ce881
.js"
,
"/mix.js"
:
"/mix.247ab120fe7680658924.js"
,
"/mix.js"
:
"/mix.247ab120fe7680658924.js"
,
"/css/frontend.css"
:
"/css/frontend.3af0a6cbd7d1d8d042f2a37e97008b7c.css"
,
"/css/frontend.css"
:
"/css/frontend.3af0a6cbd7d1d8d042f2a37e97008b7c.css"
,
"/css/backend.css"
:
"/css/backend.
36a92480e1e31ce01581619e88309999
.css"
,
"/css/backend.css"
:
"/css/backend.
f8550f50504e5b8ef6055285205f223a
.css"
,
"/css/backend-custom.css"
:
"/css/backend-custom.50f14193ab908e3cf471dea6cb6616ae.css"
,
"/css/backend-custom.css"
:
"/css/backend-custom.50f14193ab908e3cf471dea6cb6616ae.css"
,
"/js/backend-custom.js"
:
"/js/backend-custom.
9a8554f15fd116694dbb2ba720b7c8bf
.js"
,
"/js/backend-custom.js"
:
"/js/backend-custom.
bd7433070f9f78a4c153a9a9b133fcec
.js"
,
"/js/dataTable.js"
:
"/js/dataTable.
e95e7044bc17a1973f8ca0b22b65c5dd
.js"
"/js/dataTable.js"
:
"/js/dataTable.
f968d300a6a0b871f138f114361259c8
.js"
}
}
\ 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