Skip to content

Commit

Permalink
Merge pull request #172 from adiso75/development
Browse files Browse the repository at this point in the history
Add experiment tracking to the tutorial update shell
  • Loading branch information
adiso75 authored Jan 1, 2020
2 parents 95d8ad6 + 77d380f commit 76bfedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions igz-tutorials-get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ cp -rf ${TEMP_DIR}/getting-started ${DEST_DIR}
cp -rf ${TEMP_DIR}/demos ${DEST_DIR}
cp -rf ${TEMP_DIR}/*.ipynb ${DEST_DIR}
cp -rf ${TEMP_DIR}/assets ${DEST_DIR}
cp -rf ${TEMP_DIR}/experiment-tracking ${DEST_DIR}
cp -f ${TEMP_DIR}/README.md ${TEMP_DIR}/LICENSE ${DEST_DIR}
echo "Deleting temporary ${DEST_DIR} directory ..."
rm -rf ${TEMP_DIR}
Expand Down

0 comments on commit 76bfedd

Please sign in to comment.