Skip to content

Commit 721f751

Browse files
authored
Merge pull request #37 from iExecBlockchainComputing/feature/clean-and-correct-part2
Clean and correct with Jenkins Lib part 2
2 parents 08ce6a7 + d9fde6a commit 721f751

15 files changed

+5
-1663
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
## vNEXT
4-
- Rewrite Jenkins CI for future migration (#36)
4+
- Rewrite Jenkins CI for future migration (#36, #37)
55

66
## v1.1.0 - Support deal sponsor
77
- Add `sponsor` to `deal`. (#31)

Jenkinsfile_Subgraph_bellecour

Lines changed: 0 additions & 11 deletions
This file was deleted.

Jenkinsfile_Subgraph_viviani

Lines changed: 0 additions & 10 deletions
This file was deleted.

config.json

Lines changed: 0 additions & 58 deletions
This file was deleted.

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /iexec-poco-subgraph
33
COPY package*.json .
44
RUN npm ci
55
COPY schema.graphql .
6-
COPY subgraph.template.yaml .
6+
COPY subgraph.yaml .
77
COPY networks.json .
88
COPY src src
99
ENTRYPOINT [ "npm", "run", "deploy:all" ]

generate_subgraph_file.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

matchstick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
testsFolder: test
2-
manifestPath: subgraph.template.yaml
2+
manifestPath: subgraph.yaml

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "Apache-2.0",
66
"scripts": {
77
"prepare": "husky",
8-
"codegen": "graph codegen subgraph.template.yaml",
8+
"codegen": "graph codegen ",
99
"test": "npm run codegen && graph test",
1010
"coverage": "npm run codegen && graph test -- -c",
1111
"test-docker": "npm run codegen && docker run -it --rm -v $(pwd):/matchstick/subgraph rainprotocol/matchstick:main",
12-
"build": "npm run codegen && cp subgraph.template.yaml subgraph.yaml && graph build --network ${NETWORK_NAME:-bellecour}",
12+
"build": "npm run codegen && graph build --network ${NETWORK_NAME:-bellecour}",
1313
"create": "graph create ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020}",
1414
"deploy": "graph deploy ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020} --ipfs ${IPFS_URL:-http://localhost:5001} --version-label ${VERSION_LABEL:-bellecour/poco-v5}",
1515
"deploy:all": "npm run build && npm run create && npm run deploy",

subgraph.goerli-enterprise.yaml

Lines changed: 0 additions & 221 deletions
This file was deleted.

0 commit comments

Comments
 (0)