Skip to content

Commit

Permalink
add readme to prod releases
Browse files Browse the repository at this point in the history
References #245


Former-commit-id: c709c23
  • Loading branch information
hjwilli committed Feb 18, 2020
1 parent bd160a3 commit 8974b63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/generate_production_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ rm $PROD_ZIP_FILENAME
mkdir -p "${PROD_BUILD_DIR}/data/datasets/user"
mkdir -p "${PROD_BUILD_DIR}/config"

cp release/userReadme.txt "${PROD_BUILD_DIR}/readme.txt"

cp data/datasets/user/myDataset_metadata.json.example "${PROD_BUILD_DIR}/data/datasets/user"
cp data/datasets/user/readme.md "${PROD_BUILD_DIR}/data/datasets/user"

Expand Down

0 comments on commit 8974b63

Please sign in to comment.