Skip to content

Commit

Permalink
Delete the gocd pipeline file. Also updated the command to build the …
Browse files Browse the repository at this point in the history
…package
  • Loading branch information
kritika-singh3 committed Nov 18, 2020
1 parent 3566265 commit 0c1811a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 89 deletions.
4 changes: 2 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
5. Move the files from `create-{index,schema,view}.xml` from `generated` dir into the `resources` dir.
6. Ensure that the `left-over.xml` file contains no nodes.
7. Run a diff of the XML files to make sure changes look OK. Some changes to `create-view.xml` may need to be fixed by hand (remove quotes, fix some join queries, etc)
8. Package and bundle the distribution `./gradlew clean assemble`
8. Package and bundle the distribution `./gradlew clean assembleDist`


# Building the distribution

```shell
./gradlew clean assemble
./gradlew clean assembleDist
```
87 changes: 0 additions & 87 deletions gocd_database_migrator.gocd.groovy

This file was deleted.

0 comments on commit 0c1811a

Please sign in to comment.