Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
bc14b301
Unverified
Commit
bc14b301
authored
Apr 24, 2018
by
yann300
Committed by
GitHub
Apr 24, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #773 from ethereum/yann300-patch-5
Remove uneeded `npm install`
parents
73849adc
996060f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
config.yml
.circleci/config.yml
+4
-4
No files found.
.circleci/config.yml
View file @
bc14b301
...
@@ -12,7 +12,7 @@ jobs:
...
@@ -12,7 +12,7 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
-
run
:
npm install && npm run bootstrap
-
run
:
npm install && npm run bootstrap
-
run
:
cd remix-lib && npm
install && npm
test
-
run
:
cd remix-lib && npm test
remix-core
:
remix-core
:
docker
:
docker
:
...
@@ -22,7 +22,7 @@ jobs:
...
@@ -22,7 +22,7 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
-
run
:
npm install && npm run bootstrap
-
run
:
npm install && npm run bootstrap
-
run
:
cd remix-core && npm
install && npm
test
-
run
:
cd remix-core && npm test
remix-solidity
:
remix-solidity
:
docker
:
docker
:
...
@@ -32,7 +32,7 @@ jobs:
...
@@ -32,7 +32,7 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
-
run
:
npm install && npm run bootstrap
-
run
:
npm install && npm run bootstrap
-
run
:
cd remix-solidity && npm
install && npm
test
-
run
:
cd remix-solidity && npm test
remix-debug
:
remix-debug
:
docker
:
docker
:
...
@@ -42,7 +42,7 @@ jobs:
...
@@ -42,7 +42,7 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
-
run
:
npm install && npm run bootstrap
-
run
:
npm install && npm run bootstrap
-
run
:
cd remix-debug && npm
install && npm
test
-
run
:
cd remix-debug && npm test
workflows
:
workflows
:
version
:
2
version
:
2
...
...
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