Skip to content

Commit

Permalink
Merge pull request #2347 from OriginTrail/v6/release/testnet
Browse files Browse the repository at this point in the history
OriginTrail 6.0.3 Mainnet Release
  • Loading branch information
zeroxbt authored Jan 26, 2023
2 parents 831c8ab + b540350 commit ae64a0d
Show file tree
Hide file tree
Showing 76 changed files with 2,150 additions and 2,073 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CHECK-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: mkdir -p $ARTIFACTS_DIR
- run: cp .origintrail_noderc.tests .origintrail_noderc
- run: sudo chmod -R 777 $ARTIFACTS_DIR
- run: mkdir -p $CUCUMBER_ARTIFACTS_DIR
- run: sudo chmod -R 777 $CUCUMBER_ARTIFACTS_DIR
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/TEST-bdd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: mkdir -p $ARTIFACTS_DIR
- run: cp .origintrail_noderc.tests .origintrail_noderc
- run: sudo chmod -R 777 $ARTIFACTS_DIR
- run: mkdir -p $CUCUMBER_ARTIFACTS_DIR
- run: sudo chmod -R 777 $CUCUMBER_ARTIFACTS_DIR
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/TEST-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: mkdir -p $ARTIFACTS_DIR
- run: cp .origintrail_noderc.tests .origintrail_noderc
- run: sudo chmod -R 777 $ARTIFACTS_DIR
- run: mkdir -p $CUCUMBER_ARTIFACTS_DIR
- run: sudo chmod -R 777 $CUCUMBER_ARTIFACTS_DIR
Expand Down
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn-error.log*
lerna-debug.log*
.idea
.origintrail_noderc
.*_origintrail_noderc
.*_origintrail_noderc.json

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Expand Down Expand Up @@ -107,5 +107,11 @@ dist

.DS_Store

# Test data folders
test-data*

# Data folders
data*

# VS code files
.vscode/launch.json
26 changes: 0 additions & 26 deletions .origintrail_noderc.tests

This file was deleted.

Loading

0 comments on commit ae64a0d

Please sign in to comment.