Skip to content

Commit

Permalink
update bash file name
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Jul 15, 2024
1 parent 62e8159 commit 93b03d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ node {

stage('Generate subgraph file') {
sh """
# Navigate to workspace directory and ensure the script is executable
chmod +x generate_subgraph.sh &&
apk add bash &&
bash ./generate_subgraph.sh '${userInput.network}'
bash generate_subgraph_file.sh '${userInput.network}'
"""

// Validate subgraph file generation
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This project includes a bash script, `generate_subgraph.sh`, to automate the cre

**Run the script with the network name**:
```bash
bash ./generate_subgraph.sh <network-name>
bash generate_subgraph_file.sh <network-name>
```

### Configuration
Expand All @@ -86,7 +86,7 @@ Ensure `config.json` is populated with the required values. Example:
#### Example Command

```bash
bash ./generate_subgraph.sh bellecour
bash generate_subgraph_file.sh bellecour
```

This command generates `subgraph.bellecour.yaml`.
Expand Down
File renamed without changes.

0 comments on commit 93b03d6

Please sign in to comment.