Skip to content

Commit a58960f

Browse files
author
vikasrohit
authored
Merge pull request #2383 from appirio-tech/dev
PROD RELEASE : 2.4.4 - Customer Project Plan, Timeline and Milestones
2 parents 7d1574f + 07ad763 commit a58960f

File tree

167 files changed

+15943
-6136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+15943
-6136
lines changed

.circleci/config.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,7 @@ jobs:
2121
- persist_to_workspace:
2222
root: .
2323
paths:
24-
- dist
25-
- run:
26-
name: starting server locally
27-
command: npm run start
28-
background: true
29-
- run: sleep 90
30-
- run:
31-
name: Running qa frame work
32-
command: |
33-
cd $HOME/qa-framework
34-
sudo chmod 777 /usr/local/lib/node_modules
35-
sudo chmod 777 /usr/local/bin
36-
echo 127.0.0.1 local.topcoder-dev.com | sudo tee -a /etc/hosts
37-
echo 127.0.0.1 local.topcoder.com | sudo tee -a /etc/hosts
38-
cat /etc/hosts
39-
mv -f test/config/ci-config.js test/config/config.js
40-
npm install
41-
npm test
42-
pwd
43-
- store_artifacts:
44-
path: /home/circleci/qa-framework/allure-report
24+
- dist
4525

4626
# Just tests commited code.
4727
deployDev:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dist
77
npm-debug.log
88
.history
99
.build-info
10+
.idea

0 commit comments

Comments
 (0)